Hi there,
I’m trying to make an input field where end users can type in a date if they want, but when they click on the input, a date picker (with a calendar) will also appear.
If they type in a date, the date picker/calendar should reflect the same date, and if they pick a date in the date picker/calendar, if should show that value in the input value after the date picker is closed.
Basically, I want the standard date picker to allow users to still type into the input field with a date.
Is this possible?
Thanks,
Brian