Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Nov 21, 2018

Conversation

luissmg
Copy link
Contributor

@luissmg luissmg commented Nov 9, 2018

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.

@bietkul bietkul merged commit 4576d82 into bietkul:master Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants