mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

Bug with using calendar + jQuery masked input #105

Open indreksiitan opened 6 years ago

indreksiitan commented 6 years ago

When using the calendar on a text field with jQuery masked input (https://github.com/digitalBush/jquery.maskedinput), if I select a date from the calendar, the field value is selected, but the date is not changed. Only after the field loses focus, the value is updated.