Make flatpickr input required
Hey Tom,
Good question. Flatpickr is generating HTML and using a hidden field to actually submit the data, so it's not going to work like a normal field.
My guess is you'll have to add your own validation on the form with Javascript.
Have you checked the Flatpickr docs to see if they support anything like that?
Good question. Flatpickr is generating HTML and using a hidden field to actually submit the data, so it's not going to work like a normal field.
My guess is you'll have to add your own validation on the form with Javascript.
Have you checked the Flatpickr docs to see if they support anything like that?
Notifications
You’re not receiving notifications from this thread.