@vodafone_de/brix-components 9.0.3 → 9.0.4

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.
@@ -365,11 +365,14 @@ const SuggestInput = forwardRef(({
365
365
  /* @__PURE__ */ jsx(InputStyled, { ...inputProps, ref: inputRef, onChange: (e) => handleChange(e.target.value), onClick: () => {
366
366
  if (disabled) return;
367
367
  setShowList(true);
368
- }, onBlur: () => setShowList(false), role: "combobox", value: ((_a = listItems == null ? void 0 : listItems.find((listItem) => listItem.value === value)) == null ? void 0 : _a.label) || value, ...{
368
+ }, onBlur: (e) => {
369
+ var _a2;
370
+ (_a2 = props.onBlur) == null ? void 0 : _a2.call(props, e);
371
+ setShowList(false);
372
+ }, role: "combobox", value: ((_a = listItems == null ? void 0 : listItems.find((listItem) => listItem.value === value)) == null ? void 0 : _a.label) || value, ...{
369
373
  "aria-expanded": showList,
370
374
  "aria-controls": "listbox",
371
375
  "aria-activedescendant": selectedOption > -1 ? `${uid}-item-${selectedOption}` : void 0,
372
- "aria-live": isLoading !== void 0 ? "polite" : void 0,
373
376
  "aria-busy": isLoading ? isLoading : void 0,
374
377
  "aria-autocomplete": "list"
375
378
  }, disabled, placeholder: renderInlineRichTextFromOpenText(placeholder), id: inputId }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vodafone_de/brix-components",
3
3
  "description": "Brix is the digital design system for vodafone.de",
4
- "version": "9.0.3",
4
+ "version": "9.0.4",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
7
7
  ".": {