-
Notifications
You must be signed in to change notification settings - Fork 0
ff_time
thkle edited this page Jan 10, 2018
·
1 revision
-
mode
- default: 'single'
- 'single' or 'span'
-
hourFormat
- default: 'HH'
-
minuteFormat
- default: 'mm'
-
hourMinuteSeparator
- default: ':'
-
beginEndSeparator
- default: '-'
-
hourPlaceholder
- default: 'HH'
-
minutePlaceholder
- default: 'MM'
-
hourDisplayFormat
- default: 'HH'
-
minuteDisplayFormat
- default: 'mm'
-
hourMinuteDisplaySeparator
- default: ':'
-
beginEndDisplaySeparator
- default: '-'
-
beginPrefix
- default: ''
-
beginSuffix
- default: ''
-
endPrefix
- default: ''
-
endSuffix
- default: ''
-
inputFieldType
- default: 'text'
-
selectValueOnFocus
- default: true
- If true, selects the input text when focussing it.
-
autoFocusNextInput
- default: true
- If true, when the value of an input matches the displayFormat, the next input will automatically focussed. If it's the last input, it will blur only.