NumberField
internal fun NumberField(value: String, label: String, error: UiText?, onValueChange: (String) -> Unit, modifier: Modifier = Modifier)(source)
Renders the NumberField UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
value
value value consumed by the API.
label
label value consumed by the API.
error
error value consumed by the API.
onValueChange
callback invoked by the component.
modifier
Compose modifier applied to the rendered UI.