How can I use flatpickr for the input-field instead of the editor-given datepicker?
Flatpickr has a more intuitive ui / ux especially for chosing hour/minutes.
Editor has the ability to create custom field types, so provided Flatpickr has an API you can access, that should be possible. This example should help, or possibly this one from this thread,
Replies
Editor has the ability to create custom field types, so provided Flatpickr has an API you can access, that should be possible. This example should help, or possibly this one from this thread,
Colin
Thank you! I just wrote some code. Can be maybe interesting for others.
It is used by setting the editor field type to
Nice, thanks for sharing!
Colin