You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example of checkbox properties is represented in the image below:
23
+
The properties pane is divided into two major sections by a toggle at the top of the pane: **Properties** and **Styling*. Checkbox properties consist of the following sections:
The on-change property specifies an action that will be executed when leaving the widget, either by using the <kbd>Tab</kbd> key or by clicking another widget, after the value has been changed.
59
67
@@ -65,27 +73,31 @@ The on-enter property specifies an action that will be executed when the widget
The on-leave property specifies an action that will be executed when leaving the widget, either by using the <kbd>Tab</kbd> key or by clicking another widget.
71
79
72
80
This differs from the [On change](#on-change) property in that the event will always be triggered, even if the value has not been changed.
0 commit comments