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

Daterange picker #555

Open
wants to merge 6 commits into
base: next
Choose a base branch
from

Conversation

kilobyte2007
Copy link
Contributor

In this PR I have added:

  1. Date range capability to the datepicker component
  2. Fixed the bug in datepicker where a Vue 2 :value was used instead of :model-value
  3. Got rid of the scrollIntoView helper method and used a native DOM method which works better as it doesn't rely on fixed pixel offset which worked inconsistently when scaling.

We really needed this functionality in our app so we decided to implement this. I have also added some doc examples. Please let me know what you think.

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.

None yet

1 participant