bietkul / react-native-form-builder

Handle your forms in a smart way
MIT License
121 stars 68 forks source link

Add possibility to update Form fields (hidden, options, ...). Fixes #19 #25

Closed luissmg closed 5 years ago

luissmg commented 5 years ago

Fixes #19 Some changes were made across the file. There was a new state property added, fields, that stores all fields from props. This is necessary because we want to remove fields that can be visible and then hidden. This was not possible before. With this change we can also update the options in select if they depend on the value of other field.