Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: guessInitialState() state name 'hidden' does not exists
Visibility setting 'Hidden' in webform UI is actually named 'invisible' in the code. Previous state name 'hidden' does not exist. Example 'Hidden' state YAML: ``` name: '#type': textfield '#title': Name '#required': true '#states': invisible: ':input[name="show_textfield"]': unchecked: true ```
- Loading branch information