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
| downP-selNew-lab__innerText | zadejte | Popisek titulku pro přístupnost |
79
+
| downP-selNew__aria-label | prázdné | aria-label atribut na div prvku, který zapouzdřuje výběrové pole (důvodem je možná duplicita při čtení asistivní čtečkou) |
80
+
71
81
## Příklady implementací
72
82
73
83
- 🖥️ [puiButtonSelectSkin][puiButtonSelectSkin] a další potomci třídy 🖥️ [puiButtonSelect][puiButtonSelect]
-**_handleFocus** action before opening the list of possible options
69
69
-**sendEvent('ButtonSelectIconSet', (x) => {x.payload = '🖥️'; id = '';});** changes the button icon to 🖥️
70
70
71
+
## Language strings
72
+
73
+
In **zip/lang/(language)/lstr.txt**, for example for the **downP-selNew** field, add the following keys:
74
+
75
+
| Key | Value | Meaning |
76
+
| --- | --- | --- |
77
+
| downP-selNew | enter | Tooltip label |
78
+
| downP-selNew-lab__innerText | enter | Accessibility label |
79
+
| downP-selNew__aria-label | empty | aria-label attribute on div encapsulates selection field element (the reason may be duplication when reading with an assistive reader) |
80
+
71
81
## Implementation examples
72
82
73
83
- 🖥️ [puiButtonSelectSkin][puiButtonSelectSkin] and other descendants of the class 🖥️ [puiButtonSelect][puiButtonSelect]
0 commit comments