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

At first, I though it was something I did wrong. However, I copied your example and encountered the same behavior. Note: I have updated to the latest XCode, so simulator...

Is it possible to use another field value into a field validation function? For example, suppose you have a password field and a password confirmation field in your form. Is...

I want to change the background color - size - text color etc? I've tried to change the Picker component file itself, and have added style to the picker function?

It would be handy if the form would indicate whether the entire form (all the child inputs) are valid. This controls whether the Submit button should be operable, for example....

Hi there! Thanks for the amazing plugin. But I have the following issue. In my code I have a form in a toggled block - it is shown/hidden by a...

I'm not sure if this is a bug. A InputField with the autogrow is not the correct height, but as soon as you change the the input value the InputField...

Nevermind please close, use inputStyle prop to style it.

I was trying to get my date dd/mm/yyyy in the date picker but everytime I get error. Do you have an example how to use this attribute?

In using PickerField: I try to use two icons to be updated on user click. Like below: ``` iconRight= {[, ]} ``` On re-rendering the app, Both Icons are displaying...

I set iconRight for PickerField, but it shows nothing.