@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 CHANGED
@@ -2338,6 +2338,9 @@ var MultiSelect = (0, import_react10.forwardRef)(
2338
2338
  Box,
2339
2339
  {
2340
2340
  ref: menuRef,
2341
+ role: "listbox",
2342
+ "aria-multiselectable": true,
2343
+ "aria-label": label ?? placeholder,
2341
2344
  "data-modal-id": modalId,
2342
2345
  backgroundColor: theme.colors.background.secondary,
2343
2346
  borderColor: theme.colors.border.secondary,