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
Empty option caption is the text that is shown for the empty option in the drop-down shown to the end-user. This is a translatable text. For more details, see [Language Menu](/refguide/translatable-texts/).
52
+
53
+
Adding a caption for the empty option improves the user experience of your application. It also helps end-users using a screen-reader to operate the application easily.
52
54
53
-
### 2.2 Data Source Section{#data-source}
55
+
For example, the drop-down that allows the end-user to select the region allocated to a customer, where the possible values for **Region** are held in an enumeration, could have the caption `Select a region`.
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.
The on-enter property specifies an action that will be executed when the widget is entered, either by using the <kbd>Tab</kbd> key or by clicking it with the mouse.
In a text area widget, when **Aria required** is set to **Yes** then assistive technologies will read out the field that is required. When set to **No** then assistive technologies will not read the field out.
78
84
79
-
#### 2.5.3 On Leave
85
+
###3.8 Common Section{#common}
80
86
81
-
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.
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.
89
+
### 3.9 Events Section{#events}
90
+
91
+
#### 3.9.1 On Change{#on-change}
92
+
93
+
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.
The on-enter property specifies an action that will be executed when the widget is entered, either by using the <kbd>Tab</kbd> key or by clicking it with the mouse.
90
100
91
-
Empty option caption is the text that is shown for the empty option in the drop-down shown to the end-user. This is a translatable text. For more details, see [Language Menu](/refguide/translatable-texts/).
Adding a caption for the empty option improves the user experience of your application. It also helps end-users using a screen-reader to operate the application easily.
103
+
#### 3.9.3 On Leave
94
104
95
-
For example, the drop-down that allows the end-user to select the region allocated to a customer, where the possible values for **Region** are held in an enumeration, could have the caption `Select a region`.
105
+
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.
0 commit comments