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

Smooth and fast cross platform Material Design date and time picker for React Native Paper

Results 118 react-native-paper-dates issues
Sort by recently updated
recently updated
newest added
trafficstars

### Current behavior ANDROID && IOS Using Single-Date mode in the calendar, if the picker date is 100 year under 'current-year' we get weird components overlapping. ### Expected behavior All...

bug
needs more info

### Current behaviour The button style is wrong at web. It should be a circle around the date, while it render as a line. However, I also test it at...

bug
needs repro
needs more info

### Current behaviour Android. and Open any date. modal not full screen ### Expected behaviour modal is full screen,There is blank space at the bottom ### How to reproduce? react-native...

bug
needs repro

**Is your feature request related to a problem? Please describe.** In for example `HeaderPickProps`, the `closeIcon` type is `string`, however this gets eventually passed to Appbar.Action's icon property which has...

needs more info

### Current behaviour Typing time from keyboard displays random minutes after selection, when I type 0 in minutes Like typing, 9 in hour is fine, 00 in minutes is fine...

bug
needs repro
needs more info

### Current behaviour The `DatePickerInput` renders in a wrong place. See the code and images below. The way I see it, text inputs render exactly where they would render if...

bug
needs repro
needs more info

### Current behaviour When using web to preview the date picker modal and using an MD2 theme, if the theme primary color is a darker shade, the icon buttons on...

bug
repro provided

**Describe the solution you'd like** Allow different format like ISO 8601 extended format : YYYY-MM-DD Or DD-MM-YYYY Maybe adding a `format` prop to DatePickerInput.

enhancement