mskocik / svelty-picker

Simple date & time picker in svelte
https://mskocik.github.io/svelty-picker/
202 stars 46 forks source link

clearToggle not implemented #164

Closed OfficialFreak closed 8 months ago

OfficialFreak commented 8 months ago

When creating SveltyPicker with the prop clearToggle from the README a warning appears: <SveltyPicker> was created with unknown prop 'clearToggle' The expected functionality also doesn't work.

mskocik commented 8 months ago

You are probably using some version which was affected. Can you check? It was removed during refactoring in 5.0 and reintroduced in 5.1.

It works fine with the latest version, no warning in console. image

OfficialFreak commented 8 months ago

Ah you're right I was still on an old version. Thank you!