SimpleTextFieldConfig
class SimpleTextFieldConfig( @StringRes val label: Int, val capitalization: KeyboardCapitalization = KeyboardCapitalization.Words, val keyboard: KeyboardType = KeyboardType.Text) : TextFieldConfig
Content copied to clipboard
Constructors
Link copied to clipboard
fun SimpleTextFieldConfig( @StringRes label: Int, capitalization: KeyboardCapitalization = KeyboardCapitalization.Words, keyboard: KeyboardType = KeyboardType.Text)
Content copied to clipboard
Functions
Link copied to clipboard
This will convert from a raw value used in the parameter map to a disiplayValue
Link copied to clipboard
This will convert the field to a raw value to use in the parameter map
Link copied to clipboard
This will determine the state of the field based on the text