Back to Fluentui

TimePickerFreeformCustomParsing

packages/react-components/react-timepicker-compat/stories/src/TimePicker/TimePickerFreeformCustomParsing.md

4.40.2-hotfix2336 B
Original Source

This story sets custom time string in the dropdown options, and performs custom parsing from the input text to Date object on selection.

  • The time display format in the dropdown can be customized using formatDateToTimeString.
  • Freefrom TimePicker can have custom parsing for input text to Date object using parseTimeStringToDate.