@xsolla/xui-multi-select 0.185.0 → 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/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,