Hierarchy
-
WidgetParams
- WidgetContextValueParams
Properties
Optional onChange
Function called when the value of a field changes.
Optional onRender
Function called after the widget is displayed.
Optional readonly
Read-only attribute.
The default value is false.
If you want to display the value in the read-only mode, pass true.
If you want to display it in the editing mode, either do not specify the value or pass false.
Optional required
Whether the field is required.
By default, the property’s value is false.
Field value display options