elm-datepicker
elm-datepicker copied to clipboard
Live Feedback While Typing?
When the user is interacting with the picker, it might be helpful to see the date that can be derived from the text at all times--without necessarily committing a new pickedDate
. So, e.g., I type 3/1/12
and I see the calendar entry for March of 2012, so I can see what day of the week it was etc. I then [TBD]
and pickedDate
actually changes. Nice to have instant information as you interact.