soulim / ember-cli-bootstrap-datepicker

Datepicker component for Ember CLI
http://sul.im/ember-cli-bootstrap-datepicker
MIT License
68 stars 57 forks source link

changeDate not called when navigating with TAB after inputing the date and #104

Open andreiciceu opened 7 years ago

andreiciceu commented 7 years ago

Hello,

When the date is inserted manually, e.g. typing 10.10.2010, after hitting tab (to go to next field), changeDate does not called.

yannski commented 6 years ago

I have the same problem. Is there a more clever solution than using focus-out systematically?