farhoudshapouran/react-native-ui-datepicker

Feature Request: 'minuteInterval' support in 'time' picker

Opened this issue · 1 comments

/**

  • enum(1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30)
  • The interval at which minutes can be selected.
  • @extends from DatePickerIOSProperties
    */
    minuteInterval?: 1 | 2 | 3 | 4 | 5 | 6 | 10 | 12 | 15 | 20 | 30;

Besides, if the "minuteInterval" can support 60 (which means only hour is editable), that would be better.