web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
642 stars 166 forks source link

Date Input placeholder #212

Closed lelimit closed 1 year ago

lelimit commented 1 year ago

Place holder for date input is currently showing DD.MM.YYYY.

Add option to override with custom text or using locale

RichardLindhout commented 1 year ago

This is than the default of your locale, if your Intl implementation is right it can be overriden with the locale

lelimit commented 1 year ago

The month view / date chooser is showing my locale correctly but not the date input.

lelimit commented 1 year ago

image

lelimit commented 1 year ago

image

RichardLindhout commented 1 year ago
Scherm­afbeelding 2022-12-17 om 13 48 22 Scherm­afbeelding 2022-12-17 om 13 48 45
RichardLindhout commented 1 year ago

If I change locale to NL it does change it, what locale are you on?

RichardLindhout commented 1 year ago

It should do the default specified here based on locale: https://en.wikipedia.org/wiki/Date_format_by_country

RichardLindhout commented 1 year ago

Please add reproducible snack so we could fix this, currently it takes too much work to reproduce issues like this