insin / insin/react-maskedinput
Cannot select date on iOS where input type="date"
Open
- Dominant language
- JavaScript
- Stars
- 727
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
in the _onChange method, where it tries to get this._getDisplayValue() on iOS with default date selector, it returns empty string and hence the date is not set. I worked around it by overriding the _onChange method for mobile view and setting the value props from the e.target.value, but thats no always gonna work.
Contributor guide
Assessment
This issue has not been assessed yet.