iguazio.dashboard-react-controls 2.2.21 → 2.2.22-1.9.x

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.
@@ -325,6 +325,7 @@ const FormCombobox = _ref => {
325
325
  className: "form-field-combobox__dropdown form-field-combobox__dropdown-select",
326
326
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("ul", {
327
327
  className: "form-field-combobox__dropdown-list",
328
+ ref: suggestionListRef,
328
329
  children: selectOptions.map(option => {
329
330
  if (!option.hidden) {
330
331
  const selectOptionClassNames = (0, _classnames.default)('form-field-combobox__dropdown-list-option', option.className);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "2.2.21",
3
+ "version": "2.2.22-1.9.x",
4
4
  "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",