-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Make Calendar Icon Clickable #4091
Make Calendar Icon Clickable #4091
Comments
The same issue is faced after updating the package to the latest version - 4.16.0. |
Previous issue raised for the same Opening DatePicker Manually #685 |
@nitink66 I disagree on this being the same issue. If I follow that very long thread correctly, the issue there is opening the calendar programmatically. I am requesting that clicking the calendar icon have a built-in behavior to open the picker. |
Was utterly surprised not being able to solve this out of the box. Any suggested options for handling this for now? |
Make the calendar icon clickable that helps to toggle the open status of the calendar. Added new test cases to validate the new feature and updated the existing test case of checking the calendar icon class to make the new feature. Closes Hacker0x01#4091
Make the calendar icon clickable that helps to toggle the open status of the calendar. Added new test cases to validate the new feature and updated the existing test case of checking the calendar icon class to make the new feature. Closes Hacker0x01#4091
…mponent Attach the onClick listener on the custom calendar icon component without overriding it's existing onClick listener and call both the event handlers based on their existence Closes Hacker0x01#4091
…ggleCalendarOnIconClick Set the onClick to the <CalendarIcon /> component only when toggleCalendarOnIconClick is set Closes Hacker0x01#4091
…r-icon Feature #4091 - Make the Calendar Icon clickable
toggleCalendarOnIconClick props is not available on datepicker open issue #4461 |
Hi @subhashreerautray , The The only problem is |
@subhashreerautray, My PR to support the |
Hello, is there any way to use |
Use the
|
When the calendar icon is displayed, clicking it does not display the calendar/time selectors. Most datetime pickers that display a calendar will display the calendar when the icon is clicked.
The text was updated successfully, but these errors were encountered: