Hidden Component
This guide explains how to use the api.display and api.hidden methods to control the visibility of components. These methods help you dynamically manage the visibility of form components in response to user interactions or other business logic.
Note
After hiding a component using api.hidden, the validation rules for that component will be skipped during form submission.
Dynamic component display can also be achieved using component linkage or computed component rules.
Set whether to ignore hidden component values during form submission using rule.ignore or option.ignoreHiddenFields.


