-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Use an old browser that doesn't support date inputs
- Go to https://esp.ethereum.foundation/applicants/small-grants/apply
- Select "Community Event" in "Project category"
- The field "Event date" will fallback to an input text
- Type whatever you want
- Get error on submit
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%?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working