TimeInput
Overview#
Experimental
TimeInput is an Experimental component, it's API may change, and even break across minor versions (though we will do our best to avoid that).
datePart#
The default date used to construct a new time when the value is empty
new Date()disabled#
emptyCharacter#
The string character used to pad empty, or cleared values
'-'hoursAddon#
The seperator between hours and minutes
':'millisecondsAddon#
The seperator between hours and minutes
'.'minutesAddon#
The seperator between hours and minutes
':'noClearButton#
Hide the input clear button
onChange#
A callback fired when the current value changes.
padValues#
Time part values will be padded by 0
trueprecision#
Controls how precise of a time can be input *
'minutes'readOnly#
Controls the read-only state of the TimeInput.
secondsAddon#
The seperator between hours and minutes
':'use12HourClock#
Use a 12 hour clock (with AM/PM) instead of 24 hour one. The configured localizer may provide a default value .
value#
Controls the current value of the TimeInput.