How To | Disable a button using a Block Controller
Learn how to disable a button using a Block Controller.
Prodedure
In some instances, you may need to temporarily lock out controls that will be re-enabled later. The steps below show how to use a Block Controller component to disable a button using IsDisabled.
- Drag the Block Controller component into the design.
- Add 2 controls to the Block Controller. Set the control to Toggle.
- Name one button “Btn”, and the other button “Disable”
- Open the block editor and drag in the blocks to create what is pictured below from left pane to the editor.