ish-ui 1.0.28 → 1.0.29

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.
@@ -302,7 +302,7 @@ function EditInPlaceSearchSelect({ label, disabled, className, labelAdornment, i
302
302
  disableUnderline, classes: {
303
303
  underline: fieldClasses.underline,
304
304
  input: clsx(disabled && classes.readonly, fieldClasses.text),
305
- }, inputProps: Object.assign(Object.assign({}, inputProps), { className: clsx(fieldClasses.text, 'mr-auto'), ref: ref => {
305
+ }, inputProps: Object.assign(Object.assign({}, inputProps), { className: clsx(fieldClasses.text, 'mr-auto', inputProps.className), ref: ref => {
306
306
  inputProps.ref.current = ref;
307
307
  inputNode.current = ref;
308
308
  if (inputRef)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ish-ui",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "UI elements for onCourse and other ish apps",
5
5
  "main": "main.ts",
6
6
  "devDependencies": {