We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Flatpickr can use a function for disable : https://flatpickr.js.org/examples/#disabling-dates
I cannot make it work in ember-flatpickr, is there any example of disable used with a function ?
The text was updated successfully, but these errors were encountered:
@bsylvain can you please share what you have tried? We're just passing the options to flatpickr, so it should support the same things.
Sorry, something went wrong.
I managed to get it working, I needed to put the fonction in an array and use arrow function to be able to use this.get().
Glad to hear it works for you!
No branches or pull requests
Flatpickr can use a function for disable : https://flatpickr.js.org/examples/#disabling-dates
I cannot make it work in ember-flatpickr, is there any example of disable used with a function ?
The text was updated successfully, but these errors were encountered: