@ebay/ui-core-react 5.2.0 → 5.2.1

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.
@@ -113,7 +113,7 @@ var ListboxButton = function (_a) {
113
113
  collapseListbox();
114
114
  setActiveDescendant(index);
115
115
  buttonRef.current.focus();
116
- onChange(e, { index: index, selected: [getSelectedValueByIndex(selectedIndex)], wasClicked: wasClicked });
116
+ onChange(e, { index: index, selected: [getSelectedValueByIndex(index)], wasClicked: wasClicked });
117
117
  setWasClicked(false);
118
118
  };
119
119
  var reset = function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Skin components build off React",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"