We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Even with withDateFormatInLabel={false}, the date format is being shown in select date (calendar icon) -> edit date (pen icon) -> input field
withDateFormatInLabel={false}
If withDateFormatInLabel is set to false, it should be removed
withDateFormatInLabel
https://snack.expo.dev/@fitzwabs/react-native-paper-dates-input Add withDateFormatInLabel={false} Navigate: select date (calendar icon) -> edit date (pen icon)
The text was updated successfully, but these errors were encountered:
PRs are welcome!
Sorry, something went wrong.
No branches or pull requests
Current behaviour
Even with
withDateFormatInLabel={false}
, the date format is being shown inselect date (calendar icon) -> edit date (pen icon) -> input field
Expected behaviour
If
withDateFormatInLabel
is set to false, it should be removedHow to reproduce?
https://snack.expo.dev/@fitzwabs/react-native-paper-dates-input
Add
withDateFormatInLabel={false}
Navigate:
select date (calendar icon) -> edit date (pen icon)
Preview
The text was updated successfully, but these errors were encountered: