ish-ui 1.3.2 → 1.3.3

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.
@@ -217,7 +217,7 @@ function EditInPlaceSearchSelect({ label, disabled, className, labelAdornment, i
217
217
  };
218
218
  const renderOption = (optionProps, data) => {
219
219
  if (typeof itemRenderer === 'function') {
220
- return itemRenderer(getHighlightedPartLabel(getOptionLabel(data), searchValue), data, searchValue, optionProps);
220
+ return [itemRenderer(getHighlightedPartLabel(getOptionLabel(data), searchValue), data, searchValue, optionProps), optionProps];
221
221
  }
222
222
  return [getHighlightedPartLabel(getOptionLabel(data), searchValue), optionProps];
223
223
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ish-ui",
3
3
  "sideEffects": false,
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "description": "UI elements for onCourse and other ish apps",
6
6
  "main": "main.ts",
7
7
  "devDependencies": {