Skip to content
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

Feature #4091 - Make the Calendar Icon clickable #4417

Merged

Commits on Dec 18, 2023

  1. feature: Make the calendar icon of the calendar clickable

    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
    Balaji Sridharan committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    102ef5b View commit details
    Browse the repository at this point in the history
  2. feature: Enable the onClick event also on the custom calendar icon co…

    …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
    Balaji Sridharan committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    210fcd5 View commit details
    Browse the repository at this point in the history
  3. feature: Toggle the open status of reactCalendar based on the prop to…

    …ggleCalendarOnIconClick
    
    Set the onClick to the <CalendarIcon /> component only when toggleCalendarOnIconClick is set
    
    Closes Hacker0x01#4091
    Balaji Sridharan committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    79b1595 View commit details
    Browse the repository at this point in the history
  4. feature: Added documentation to use the prop toggleCalendarOnIconClick

    Added a documentation to demonstrate the usage of toggleCalendarOnIconClick prop to toggle the reactCalendar open status
    Balaji Sridharan committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    d4790be View commit details
    Browse the repository at this point in the history