diginet-core-ui 1.4.3 → 1.4.4
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.
|
@@ -965,7 +965,7 @@ const Dropdown = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
|
|
|
965
965
|
currentValue[unique] = [];
|
|
966
966
|
} else {
|
|
967
967
|
if (typeof renderSelectedItem === 'function' || iconExpr && iconExpr !== 'none' && !isSearch[unique]) {
|
|
968
|
-
inputRef.current.innerHTML = '';
|
|
968
|
+
// inputRef.current.innerHTML = '';
|
|
969
969
|
} else if (!isSearch[unique]) {
|
|
970
970
|
inputRef.current.value = '';
|
|
971
971
|
setTextValue('');
|
package/package.json
CHANGED