DatePickerInput mode does not change in modal #274
Labels
bug
Something isn't working
good first issue
Good for newcomers
needs repro
Needs reproducible example
needs response
repro provided
Reproducible example provided
The textinput mode does not change in modal, here is my code
<DatePickerInput mode="outlined" withDateFormatInLabel={true} label={''} value={inputDate} onChange={d => setInputDate(d)} inputMode={'end'} locale={'en'} />
the input changes mode in screen, but not in modal, here the image:
the input in the screen works perfect:
Reproducible snack
https://snack.expo.dev/cMmacp1hy
The text was updated successfully, but these errors were encountered: