Skip to content

MD3 Date Picker #224

Dec 27, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I think the docked ones are (only on big screens) also in m2 but were never implemented
https://m2.material.io/components/date-pickers#desktop-pickers
Open issue: #9

They are also hard because they need take into account the scrolling position of the parent (which can be really hard)
I think we can best implement the modal pickers first in m3 (with the same components)
https://m3.material.io/components/date-pickers/specs

The only way to work with the docked ones is to know the scrollview scroll position which is a hard problem (e.g. Menu component of RNP does not work great on web, because you can't scroll if menu is open)

We could take inspiration of this library, but this still needs so…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@iM-GeeKy
Comment options

iM-GeeKy Dec 27, 2022
Maintainer Author

@iM-GeeKy
Comment options

iM-GeeKy Dec 28, 2022
Maintainer Author

Answer selected by iM-GeeKy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants