-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(flatpickr): prevent inadvertent text selection in DatePicker
#10377
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: beef252 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/61f05809a361c30007710e11 😎 Browse the preview: https://deploy-preview-10377--carbon-react-next.netlify.app/ |
DatePicker
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: beef252 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/61f05809d43b8b00070b25a2 😎 Browse the preview: https://deploy-preview-10377--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: bbfc6c5 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61dd17135c41800008ce77fa 😎 Browse the preview: https://deploy-preview-10377--carbon-components-react.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: beef252 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/61f05809ef4e960007b18f8f 😎 Browse the preview: https://deploy-preview-10377--carbon-components-react.netlify.app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for this fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻 ✅
Closes #10376
Prevent inadvertent text selection by specifying
user-select: none
for theflatpickr
month buttons.Changelog
Changed