Input User
fun InputUser(uiModel: InputUserModel, modifier: Modifier = Modifier, showDeleteButton: Boolean = true)
DHIS2 Input User. Wraps DHIS · BasicTextInput.
Parameters
ui Model
: InputUserModel with all parameters for component
modifier
: optional modifier.
show Delete Button
: controls whether the delete button is shown or not.