fateh999 / react-native-paper-form-builder

React Native Paper Form Builder with inbuilt Validation, dropdown, autocomplete, checkbox, switch and radio inputs.
MIT License
113 stars 24 forks source link

Defining Visibility of Fields #67

Open arroyquick opened 1 year ago

arroyquick commented 1 year ago

I wish to dynamically configure the visibility or disability of a particular set of fields based on the current value of some other field.

For e.g. if I am asking someone whether they hold a driving license in a checkbox, depending on this input I might want to enable/ make visible a text input that asks the user to enter their Driver License.