@jetbrains/ring-ui 7.0.45 → 7.0.46

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.
@@ -796,7 +796,7 @@ export default class Select extends Component {
796
796
  role: 'combobox',
797
797
  'aria-expanded': this.state.showPopup,
798
798
  'aria-controls': this.listId,
799
- 'aria-activedescendant': activeItemId,
799
+ 'aria-activedescendant': this.state.showPopup ? activeItemId : undefined,
800
800
  'aria-label': this.props.label ?? this._getPlaceholder() ?? undefined,
801
801
  };
802
802
  switch (this.props.type) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "7.0.45",
3
+ "version": "7.0.46",
4
4
  "description": "JetBrains UI library",
5
5
  "author": {
6
6
  "name": "JetBrains"