fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.55k stars 331 forks source link

feat(calendar): remove data values on destroy #3033

Closed lubber-de closed 5 months ago

lubber-de commented 5 months ago

Description

data saved to the jquery calendar object was not removed on destroy. This leads to situations when a re-instantiation of the same calendar gets confused about different setting than the previous (data()-stored) values.

Testcase

Broken

Closes

3031