@xsolla/xui-multi-select 0.185.1 → 0.185.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/native/index.js +3 -0
- package/native/index.js.map +1 -1
- package/native/index.mjs +3 -0
- package/native/index.mjs.map +1 -1
- package/package.json +5 -5
- package/web/index.js +3 -0
- package/web/index.js.map +1 -1
- package/web/index.mjs +3 -0
- package/web/index.mjs.map +1 -1
package/web/index.mjs
CHANGED
|
@@ -2366,6 +2366,9 @@ var MultiSelect = forwardRef4(
|
|
|
2366
2366
|
Box,
|
|
2367
2367
|
{
|
|
2368
2368
|
ref: menuRef,
|
|
2369
|
+
role: "listbox",
|
|
2370
|
+
"aria-multiselectable": true,
|
|
2371
|
+
"aria-label": label ?? placeholder,
|
|
2369
2372
|
"data-modal-id": modalId,
|
|
2370
2373
|
backgroundColor: theme.colors.background.secondary,
|
|
2371
2374
|
borderColor: theme.colors.border.secondary,
|