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

Remove getFlatpickrRef and appendDataInput, update flatpickr to 4.6.6 #514

Merged
merged 5 commits into from
Aug 13, 2020

Conversation

LuisAverhoff
Copy link
Contributor

@LuisAverhoff LuisAverhoff commented Aug 12, 2020

Updated flatpickr to v4.6.6, fix failing tests by changing all mousedown events to click events, and removed the date class property as it is not being used anywhere in the class. The actual date object is in the this.args object.

…wn events to click events, and removed the date class property as it is not being used anywhere in the class. The actual date object is in the this.args object.
… native getter.

Inspecting the object returned by flatpickr reveals that the input element is stored as a
reference. Removed the appendDataInput property since users of the addon can add a
`data-input-*` prop directly to the input thanks to the `...attributes`.
@RobbieTheWagner RobbieTheWagner changed the title Updated flatpickr to latest patch version. Remove getFlatpickrRef in favor of onReady, update flatpickr to 4.6.6 Aug 13, 2020
@RobbieTheWagner RobbieTheWagner changed the title Remove getFlatpickrRef in favor of onReady, update flatpickr to 4.6.6 Remove getFlatpickrRef and appendDataInput, update flatpickr to 4.6.6 Aug 13, 2020
@RobbieTheWagner RobbieTheWagner merged commit e53c697 into RobbieTheWagner:master Aug 13, 2020
@LuisAverhoff LuisAverhoff deleted the update/flatpickr branch January 7, 2021 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants