katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
168 stars 101 forks source link

Firefox #22

Closed Anzumana closed 8 years ago

Anzumana commented 8 years ago

Input Elements are not being filled with the time /date that is being set by the datetime picker. Increasing the Date and Time works its just not showing up in the input elements of the popup

katemihalikova commented 8 years ago

Please include a working snippet demonstrating the issue or provide steps to reproduce in demo.

Anzumana commented 8 years ago

If you open the demo from the readme in firefox The input fields should show up empty but the binding is working as intended. http://codepen.io/katemihalikova/full/dYvjzP/. I opened a pull request that fixed it for me

katemihalikova commented 8 years ago

Thank you very much, I can reproduce it. The problem is one of Firefox flexbox quirks, I am going to fix it in next release. Let's use @Anzumana's PR fix until it is ready.