StringFormControl
Base interface of a form control with a text value.
Inheritors
Properties
Functions
Link copied to clipboard
Binds a form control to the form with a dynamic key.
@Composable
Bind a string control to the form.
Link copied to clipboard
@Composable
Bind a string control to the form bound to custom field type.
Link copied to clipboard
@Composable
Bind a string control to the form bound to custom field type.
Link copied to clipboard
@Composable
Binds a form control to the form with a dynamic key.
@Composable
Bind a string control to the form.
Link copied to clipboard
@Composable
Collects values from this component and represents its latest value via State. The StateFlow.value is used as an initial value. Every time there would be new value posted into the StateFlow the returned State will be updated causing recomposition of every State.value usage.
Link copied to clipboard
Returns the value as a string.