Closed flochtililoch closed 1 month ago
Would it make sense to use the HTML5 version? https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
yes, most likely. I did give it a try with a simple code change but the UX needs some work. I think we should probably reconsider the extra handling that adds the bottom sheet UI to wrap the date picker, and instead render the field inline, especially now that a non-spinner UI exists on iOS:
Resolved by #944
Currently, the date picker component is only supported on mobile. We should implement a working fallback for web. See
src/core/components/date-time-picker/index.web.js
in #456.