You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using <input type="date" /> in some places and that is not 100% supported by old browsers. It fallback to a input text, allowing the user to enter whatever they want.
To Reproduce
Steps to reproduce the behavior:
Use an old browser that doesn't support date inputs
IMO we shouldn't provide support for outdated browsers. Maybe we can add a 'please update your browser' message somewhere above the forms if we detect is old enough could help.
Describe the bug
We are using
<input type="date" />
in some places and that is not 100% supported by old browsers. It fallback to a input text, allowing the user to enter whatever they want.To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should have a workaround to normalize the input value when the input is not a date input.
Discuss
Should we support this issue? given that the partial support on browsers is 96.67%?
The text was updated successfully, but these errors were encountered: