-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DatePicker Enhancements #74
Comments
Beginning work on this now to unblock a feature request on the Senior CRM |
Rather than add complexity to the SQFormDatePicker component I'm composing the functionality needed for this use case and SQFormDatePicker together to make a new component. Also need to add the ability to clear the date selection since the user loses the ability to do this by not having a text input to interact with. |
This is from the MUI Pickers docs... 👎 We manage our global MUI theme in the SSC library. I'll have to handle the Calendar Day styling changes there. |
The SQFormDatePickerWithCalendarInputOnly component disables the text input forcing the user to make a date selection via the picker. Also allows the consumer of SQFormDatePicker the ability to disable any(s) in the calendar view. ✅ Closes: #74
## [2.9.0](v2.8.1...v2.9.0) (2021-01-20) ### Features * 🎸 Component to force user date selection via DatePicker ([7c27b61](7c27b61)), closes [#74](#74)
🎉 This issue has been resolved in version 2.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
We need to be able to disable the text input field on the
DatePicker
component in scenarios where the proper UX is to force the user to select a date from the calendar picker.allowInputFromCalendarOnly
that disables text input and makes the entire input open the calendar picker on focusshouldDisableDate
https://next.material-ui-pickers.dev/api/DatePickerPer Chris Nemeth
The text was updated successfully, but these errors were encountered: