react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Generate forms with native look and feel in a breeze

Results 69 react-native-form-generator issues
Sort by recently updated
recently updated
newest added

I have 2 DatePickerFields with mode as 'datetime' called 'Start Date/Time' and 'End Date/Time'. How do I create a validation such that when a user sets the 'Start Date/Time', the...

How can I get the DatePicker in german date fomat? Thanx...

While running in Android, the stack shows: AndroidRuntime: com.facebook.react.bridge.UnexpectedNativeTypeException: TypeError: expected dynamic type `string', but had type `object' 2-22 11:56:58.629 5377 5377 E AndroidRuntime: com.facebook.react.bridge.UnexpectedNativeTypeException: TypeError: expected dynamic type `string',...

Hi, I'm using [wix's KeyboardAwareScrollView](https://github.com/wix/react-native-keyboard-aware-scrollview), which comes with the feature of [auto-scrolling to specific TextInputs](https://github.com/wix/react-native-keyboard-aware-scrollview#auto-scrolling-for-textinput-components). For this, I'd need a ref to the actual TextInput component, since the principle is...

The helpText field can be leveraged to show an error message for input validation, as shown in the examples. However this results in a lot of boilerplate code, particularly when...

This pull request removes the toUpperCase() call on the separator label. Some developers might not want an all uppercase label, depending on the style of their app. This allows the...

Hi! when i try apply one mask into a field, for formatting the input example: when i enter the data: 00000000000 i have change the inputField to display: 000.000.000-00 but...

Using plain old React Native and two adjacent TextInput components, pressing Enter on the soft keyboard will automatically advance focus to the next TextInput. `react-native-form-generator` doesn't behave this way. Pressing...

Hi, Can you please make the help text style dynamic and depends on a props, It make no since to have help text with black color it should be something...

**Environment:** - React Native 0.36.0 - React Native Form Generator 0.9.9 - iOS **Steps to reproduce:** 1. Declare a simple form: ```js import { Form, InputField, KeyboardAwareScrollView } from 'react-native-form-generator';...