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(date picker): add date picker component #124

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

MatsJohansen87
Copy link
Collaborator

@MatsJohansen87 MatsJohansen87 commented Sep 6, 2024

General Summary

  • add date picker component
  • change behaviour of number input:
  • now adding seperate dates instead of having all dates be the same in all search bars

Motivation and Context

Some Projects need a date Picker component. The CQL-Translator needs to handle the formatting.

So far with only one active search bar, the number input is connected to the chip.
That means, no multiple dates can be used across search bars.
Now the number ranges are put into the search bar individually so multiple number ranges can be selected in one chip and across search bars.

How Has This Been Tested?

Browsers: Chrome, Firefox, Edge, Safari

Screenshots (if appropriate):


  • The commit message follows guidelines
  • Tests for the changes have been added
  • Documentation has been added/ updated

change behaviour of number input:
now adding seperate dates instead of having all dates be the same in all search bars
@MatsJohansen87 MatsJohansen87 merged commit d9fd9c9 into develop Sep 6, 2024
6 checks passed
@MatsJohansen87 MatsJohansen87 deleted the feature/date-picker-component branch September 6, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant