diff --git a/package.json b/package.json index ce22f9e..2c9e4c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiny-components/datepicker", - "version": "0.3.1", + "version": "0.3.2", "description": "Datepicker for Desktop and Mobile", "repository": { "type": "git", diff --git a/src/mixin.js b/src/mixin.js index 448e2ea..381ae6c 100644 --- a/src/mixin.js +++ b/src/mixin.js @@ -68,6 +68,7 @@ export default { store.on('update-props', (data) => { this.state.date = dayjs(this.props.date) + this.update() }) this.createWeeksAndDays()