Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
form
/
com.michaelflisar.toolbox.form.fields
/
FormFieldInfo
Form
Field
Info
class
FormFieldInfo
:
FormField
<
String
>
Members
Properties
info
Link copied to clipboard
val
info
:
String
is
Valid
Link copied to clipboard
open
override
val
isValid
:
(
String
)
->
String
label
Link copied to clipboard
open
override
val
label
:
String
state
Info
Link copied to clipboard
open
override
val
stateInfo
:
MutableState
<
String
>
state
Value
Link copied to clipboard
open
override
val
stateValue
:
MutableState
<
String
>
value
Link copied to clipboard
val
value
:
String
Functions
render
Link copied to clipboard
@
Composable
open
override
fun
render
(
)
render
State
Link copied to clipboard
@
Composable
fun
renderState
(
)