@xsolla/xui-multi-select 0.185.1 → 0.185.3

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.mjs CHANGED
@@ -2320,6 +2320,9 @@ var MultiSelect = forwardRef4(
2320
2320
  Box,
2321
2321
  {
2322
2322
  ref: menuRef,
2323
+ role: "listbox",
2324
+ "aria-multiselectable": true,
2325
+ "aria-label": label ?? placeholder,
2323
2326
  "data-modal-id": modalId,
2324
2327
  backgroundColor: theme.colors.background.secondary,
2325
2328
  borderColor: theme.colors.border.secondary,