svelte-flatpickr
svelte-flatpickr copied to clipboard
The `id` is missing on the the visibile input, unfortunately by default
I just found out that flatpickr doesn't copy the id on the visibile input, as described in this issue: https://github.com/flatpickr/flatpickr/issues/1414.
This is really bad for accessibility and labels as you can imagine.
What do you think about adding an id prop on <FlatPickr> to handle this?