UITimePicker
Create a simple input with time-picker functionality.
Since: 6.5.0 (6.1.0)
Name | Type | Default | Description |
---|---|---|---|
placeholder |
| Required - The text of the placeholder if no time is selected | |
value |
| Required - The time to present in the input, should be in | |
disabled |
|
| Set to true to disable input |
onChange |
| Callback for when the input is changed, callback will be called with one argument, the new value in |
Example
Last updated