/ [mode] Time format mode | MaskitoTimeMode | |
[dayPeriod] Tuple of two locale-specific day-period markers (AM-marker first, PM-marker second). When both are non-empty, the mask switches to 12-hour format and appends the selected marker to the time. Default: | readonly [string, string] | |
[separators] Separators between time segments (left to right). If shorter than the number of positions in the mode, remaining positions use the canonical separators from the mode ( ':' or '.' ). Default: | ReadonlyArray<string> | |
[timeSegmentMinValues] Minimum value for each time segment Default: | MaskitoTimeSegments<number> | |
[timeSegmentMaxValues] Maximum value for each time segment Default: | MaskitoTimeSegments<number> | |
[step] The value by which the keyboard arrows increment/decrement time segments Default: | number | |
[prefix] Uneditable text before time Default: empty string (no prefix). | string | |
[postfix] Uneditable text after time Default: empty string (no postfix). | string |