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
In Chrome on mac: When I open the picker modal, then close it, then switch out of chrome, and then switch back, the datepicker has re-opened.
Happens in this sample app as well as in my own. https://infomedialtd.github.io/angular2-materialize/#/DatePicker
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue. Unfortunately, it's a bug in the original library, as suggested here: Dogfalo/materialize#4700
Here's the original bug with a suggested workaround: amsul/pickadate.js#160
I'll close the issue, for now, to keep it consistent with the MaterlializeCSS library.
Sorry, something went wrong.
These few lines worked for me:
private datePickerOptions = { onClose: () => { $(":focus").blur(); }, };
<input type="text"materialize="pickadate" [materializeParams]="[datePickerOptions]" />
No branches or pull requests
In Chrome on mac: When I open the picker modal, then close it, then switch out of chrome, and then switch back, the datepicker has re-opened.
Happens in this sample app as well as in my own.
https://infomedialtd.github.io/angular2-materialize/#/DatePicker
The text was updated successfully, but these errors were encountered: