@monolith-forensics/monolith-ui 1.2.115 → 1.2.116

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.
@@ -336,6 +336,9 @@ DropDownProps = {}, debounceTime = 175, sort = false, disabled = false, }) => {
336
336
  const handleBlur = () => {
337
337
  setIsOpen(false);
338
338
  setSearchValue("");
339
+ if (!allowCustomValue && !_value) {
340
+ setInputValue("");
341
+ }
339
342
  };
340
343
  const handleClear = (e) => {
341
344
  e.preventDefault();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monolith-forensics/monolith-ui",
3
- "version": "1.2.115",
3
+ "version": "1.2.116",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "author": "Matt Danner (Monolith Forensics LLC)",