mdehoog / Semantic-UI-Calendar

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

Not working with with FORM "set values" behavior #83

Open wention opened 7 years ago

wention commented 7 years ago

As title

wention commented 7 years ago

Neede to manual trigger input event to force updating $('.ui.calendar input').trigger('input');

lricardo commented 6 years ago

Having also that exact problem. Do you trigger it inside a callback (for instance, 'onHide')? Thank you.

wention commented 6 years ago

@lricardo Anywhere you using semantic-ui form behavior 'set values' to update calendar values, then you need to send input event to force ui update.