ghiscoding / Aurelia-Bootstrap-Plugins

Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
https://ghiscoding.github.io/Aurelia-Bootstrap-Plugins
MIT License
45 stars 23 forks source link

abp-datetime-picker - input with keyboard #5

Closed thejaff2 closed 7 years ago

thejaff2 commented 7 years ago

Request/bug? I am trying to write a new date in the input field using the keyboard but it immediately goes to "Invalid date" with an error in the console with no way to keep writing (only to select with mouse). I have tried using the "keepInvalid" option but to no avail.

ghiscoding commented 7 years ago

Will have to review this in the weekend, can you attach a print screen of a copy+paste of the error you got. Thanks

ghiscoding commented 7 years ago

Looked at it tonight, and found the issue, I added more checks in place. Like an isValid() check of the moment date before actually trying to convert it (which was my mistake). Hopefully everything works fine now, so sorry about that, spent too much time on the other plugin. Thanks for all the feedback, feel free to reach out if something else is wrong.

Thanks again