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
If I clear the input box, the last set value is always there. So I am now able to handle the empty error properly. Is there any way to check...
- Introduces new `saveLabelDisabled` prop.
The 'DatePickerInput' renders with HelperText, which causes empty white space to appear below the element. The 'visible' prop on HelperText does not determine whether it renders - it just either...
I'm trying to use DatePickerInput following the example here: https://github.com/web-ridge/react-native-paper-dates/blob/master/example/src/ReadMeExampleDatePickerInput.tsx ``` import * as React from 'react' import { DatePickerInput } from '../../src/index' export default function ReadMeExampleDatePickerInput() { const [inputDate,...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.2 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @dlafreniere in lquixada/cross-fetch#124 New Contributors @dlafreniere made their...
Hi, Sharing my french translations. Thanks for the nice component :)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
The input validation errors coming from the `HelperText` component should appear below the inputs instead of being adjacent to one another. Here is a reproducible demo: https://snack.expo.dev/@fitzwabs/react-native-paper-datepicker ![Screenshot 2022-03-20 at...