Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Sep 8, 2023
1 parent 477be80 commit 3759fe3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import androidx.compose.ui.text.input.KeyboardType

/**
* DHIS2 Input Number. Wraps DHIS · [InputShell].
* Input that allows only numeric values.
* @param title controls the text to be shown for the title
* @param state Manages the InputShell state
* @param supportingText is a list of SupportingTextData that
Expand All @@ -28,6 +29,9 @@ import androidx.compose.ui.text.input.KeyboardType
* @param isRequiredField controls whether the field is mandatory or not
* @param onNextClicked gives access to the imeAction event
* @param onValueChanged gives access to the onValueChanged event
* @param imeAction controls the imeAction button to be shown
* @param notation controls the decimal notation to be used, will be European
* by default
*/
@Composable
fun InputNumber(
Expand Down

0 comments on commit 3759fe3

Please sign in to comment.