UIDatePicker
Create a simple input with date-picker functionality.
Properties
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 |
|
| Adjusts the size of calendar, default size is large. "small", or "large" |
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