react-native-paper-dates
react-native-paper-dates copied to clipboard
Smooth and fast cross platform Material Design date and time picker for React Native Paper
### Current behaviour So when I choose a range of date on the web browser, ~~the highlight color on start date is overflow compared to the selected date color.~~ the...
### Current behaviour ### Expected behaviour ### How to reproduce? ### Preview ### What have you tried so far? ### Your Environment | software | version | --------------------- | -------...
- Moved extra constraint that hid the HelperText completely unless there was an error into its own option **showHelperTextOnError** - rRoot styling on the DatePickerInputWithoutModal caused the container to fill...
Thank you for creating this library! As a developer from Japan, I'd like to add Japanese translations to it. \* I haven't checked the translation yet. I still need to...
Is there any way to also show the year in the selected date label at top left of the component? I am only able to see day and month. For...
### How to disable save button or set saveLabelDisabled true when invalid date is entered? I'm trying to disable 'Save' button or set saveLabelDisabled true when invalid date is entered....
**Issue:** `DatePickerInput` component starts to render but crashes when attempting to render the `Month` child component inside the 'Calendar'.  **Resolution:** We noticed the `peerDependencies` for `react-native-paper` is an asterisk...
### Current behaviour The selected date inside the Date Picker modal is not padded properly in our app. ### Expected behaviour The selected date inside the Date Picker modal should...
**Is your feature request related to a problem? Please describe.** No bug, but very usefull feature. **Describe the solution you'd like** Could you guys expose the modal visibily in the...
### Current behaviour When using the DatePickerInput along with react-hook-form and changing date from the input does not trigger validations allowing for invalid dates like "01/0" or "12/12/2" to pass...