@evergis/uilib-gl 1.0.107 → 1.0.108
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/dist/uilib-gl.esm.js +1 -1
- package/dist/uilib-gl.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/uilib-gl.esm.js
CHANGED
|
@@ -26390,7 +26390,7 @@ _ref => {
|
|
|
26390
26390
|
zIndex: zIndex,
|
|
26391
26391
|
width: "100%",
|
|
26392
26392
|
iconBefore: prefix ?? renderMenu(options ?? []),
|
|
26393
|
-
value: typeof (filterValue == null ? void 0 : filterValue.getMonth) === "function" ? "" : filterValue || "",
|
|
26393
|
+
value: typeof (filterValue == null ? void 0 : filterValue.getMonth) === "function" || typeof filterValue === "boolean" ? "" : filterValue || "",
|
|
26394
26394
|
placeholder: selectedOption != null && selectedOption.inactive ? selectedOption.text : "",
|
|
26395
26395
|
disableInputOnly: isDisabled,
|
|
26396
26396
|
onKeyDown: onKeyDown,
|