@luftborn/custom-elements 2.13.8 → 2.13.9

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/demo/index.min.js CHANGED
@@ -7093,6 +7093,9 @@ var CustomInputElement = /** @class */ (function (_super) {
7093
7093
  }
7094
7094
  if (type === "no") {
7095
7095
  IsConditionMatched = !e.value;
7096
+ if (Array.isArray(e.value)) {
7097
+ IsConditionMatched = e.value.length === 0;
7098
+ }
7096
7099
  }
7097
7100
  if (type === "custom") {
7098
7101
  if (criteria === "Exact") {