Time picker
The Time picker component allows you to select the time value. The field supports multiple time formats, required field validation, and minimum or maximum times.
The component also allows you to set the time zone for the date and time values.
Manage Date object time zonesMethods
Method | Description |
---|---|
| sets data for the checkbox |
| enables or disables the component |
| resets the component to the initial value |
| triggers component's validation |
| resets the validation |
| sets focus on the component |
Triggers
Triggers allow you to launch certain actions based on different events.
On Init | Calls for an action on component initialization, e.g., page refresh |
On Change | Calls for an action on the component's state change |
On Enter | Calls for an action on Enter click |
On Focus | Calls for an action on component's focus |
On Blur | Calls for an action on component's blur |
Last updated