@xqmsg/ui-core 0.24.6 → 0.24.7

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.24.6",
2
+ "version": "0.24.7",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -74,7 +74,10 @@ const StackedMultiSelect = React.forwardRef<
74
74
  }
75
75
  }, [boundingClientRect]);
76
76
 
77
- useOnClickOutside(dropdownRef, () => setIsFocussed(false));
77
+ useOnClickOutside(dropdownRef, () => {
78
+ setSearchValue('');
79
+ setIsFocussed(false);
80
+ });
78
81
 
79
82
  // gets latest watched form value (common delimited) from RHF state and creates a list
80
83
  useEffect(() => {
@@ -308,7 +308,7 @@ const StackedPilledInput = React.forwardRef<
308
308
  },
309
309
  }}
310
310
  ref={scrollRef}
311
- zIndex={100}
311
+ zIndex={99}
312
312
  onKeyDown={onHandleKeyDown}
313
313
  >
314
314
  {lastestFormValueToArray.length