6eDesign / svelte-calendar

A lightweight datepicker with neat animations and a unique UX.
https://6edesign.github.io/svelte-calendar/
MIT License
543 stars 90 forks source link

When store variable named anything but 'store' the Custom Trigger wont update with the date. #146

Closed Edward-Ta closed 2 years ago

Edward-Ta commented 2 years ago

https://svelte.dev/repl/2088b86f95ed4e83af1b698c7e76d3f3?version=3.44.2

Title says it all.

taffit commented 2 years ago

Not an issue.
Please note, that you can only use the shorthand, if the property matches the variable.

See https://svelte.dev/repl/b7f0570976ff408faee92c504533f708?version=3.44.2

Edward-Ta commented 2 years ago

Thank you it works perfectly now, you have resolved my misunderstanding.