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

feat(datepicker): add apply and cancel buttons #6638

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Commits on Feb 7, 2024

  1. feat(datepicker): implement apply button

    Implement apply and cancel button to datepicker.
    Modify behaviour to keep picker open until applied.
    
    Related valor-software#4203
    keanan-meier committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0efbb26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    470435b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. feat(datepicker): add apply button tests

    Add tests for new config options related to apply button
    Adjusted doc wording
    keanan-meier committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7a3504e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. feat(datepicker): fix apply button with bsValue

    Fix issue where initial bsValue is not set correctly when show apply button is true
    keanan-meier committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    17460bc View commit details
    Browse the repository at this point in the history