react-native-paper-dates icon indicating copy to clipboard operation
react-native-paper-dates copied to clipboard

DatePickerInput mode does not change in modal

Open celciusjj opened this issue 2 years ago • 4 comments

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:

image

the input in the screen works perfect:

image

Reproducible snack https://snack.expo.dev/cMmacp1hy

celciusjj avatar Mar 29 '23 15:03 celciusjj

Hey! Thanks for opening the issue. Can you provide a minimal repro which demonstrates the issue? Posting a snippet of your code in the issue is useful, but it's not usually straightforward to run. A repro will help us debug the issue faster. Please try to keep the repro as small as possible. The easiest way to provide a repro is on snack.expo.dev. If it's not possible to repro it on snack.expo.dev, then you can also provide the repro in a GitHub repository.

github-actions[bot] avatar Mar 29 '23 19:03 github-actions[bot]

Reproducible snack! https://snack.expo.dev/cMmacp1hy

celciusjj avatar Mar 29 '23 19:03 celciusjj

Any update?

celciusjj avatar Apr 02 '23 19:04 celciusjj

PRs are welcome!

iM-GeeKy avatar Apr 02 '23 19:04 iM-GeeKy