Skip to content

ff_time

thkle edited this page Jan 10, 2018 · 1 revision

Time

Props

  • 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.

Clone this wiki locally