You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current date field component supports disabling dates, but it does not support disabling time selection (hours, minutes, seconds). There is a request to add functionality to disable time selection as well.
hlayisanimazuze
changed the title
Add a function to disable the selection of hours, minutes, and seconds on the dateField component
Add a function to disable the selection of hours, minutes, and seconds on the dateField and 'timePicker' component
Nov 12, 2024
The current date field component supports disabling dates, but it does not support disabling time selection (hours, minutes, seconds). There is a request to add functionality to disable time selection as well.
This implementation is supported on ant design: https://codesandbox.io/s/9fjfgv?file=/demo.tsx
Time Picker: Has disabledTime property on antD to support the implementation: https://ant.design/components/time-picker
The text was updated successfully, but these errors were encountered: