Disable
Overview
Switch a widget into a disabled state — for example, disable the submit button while a required field is still empty.
Properties
| Property | Description | Value | Default |
|---|---|---|---|
disable | When on, the child widget ignores pointer events and renders semi-transparent at the opacity value. When off, the child displays as usual. | On/Off | Off |
opacity | Opacity used to render the child widget while disable is on. It has no effect when disable is off. | 0.0 ~ 1.0 | 0.5 |