Hidden component
Overview
The Hidden component is a form element that implements the HTML <input type="hidden">
field.
Configuration options
Extends all abstract
configuration.
Hidden-specific configuration:
Option | Description | Type | Default |
---|---|---|---|
component |
The path to the component’s JS constructor in terms of RequireJS. | String | Magento_Ui/js/form/element/abstract |
template |
The path to the component’s .html template. |
String | ui/form/element/hidden |