UIDatePicker
Create a simple input with date-picker functionality.
Since: 6.5.0 (6.1.0)
Name | Type | Default | Description |
placeholder |
| Required - The text of the placeholder if no date is selected | |
value |
| Required - The date to present in the input, should be in | |
size |
|
| Input size presentation. Supports small|normal|large |
modalSize |
| Adjusts the size of modal calendar, default size is large. "small", or "large" | |
type |
| Style for the input. | |
disabled |
|
| Set to true to disable input |
keepPlaceholderInValue |
|
| |
onChange |
| Callback for when the input is changed, callback will be called with one argument, the new value in |
Example
Last updated