Safari doesn't seem to support the HTML date input field type. It still falls back gracefully to a text input field.
If that is unacceptable for your use case, there are a few alternatives:
Plain Text Use a plain text field instead of a date field, and use a regex in combination with a label to explain the particular date format the user should enter. Example:
Override Field Formulate allows you to override the way a field is rendered. You can make it render something like Angular Datepicker that works across all browsers.
Safari not showing the calendar
We got a website, where the calendar is now showing, when you are in Safari on MacOS, on the phone it works just fine, what could the problem be?
Safari doesn't seem to support the HTML date input field type. It still falls back gracefully to a text input field.
If that is unacceptable for your use case, there are a few alternatives:
is working on a reply...