@fuentis/phoenix-ui 0.0.9-alpha.610 → 0.0.9-alpha.611
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.
|
@@ -9561,10 +9561,10 @@ class MetaPasswordFieldV2Component {
|
|
|
9561
9561
|
return;
|
|
9562
9562
|
const next = this.getInputValue(event);
|
|
9563
9563
|
// Prevent redundant emits.
|
|
9564
|
-
if (next === this.value) {
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
}
|
|
9564
|
+
// if (next === this.value) {
|
|
9565
|
+
// this.cdr.markForCheck();
|
|
9566
|
+
// return;
|
|
9567
|
+
// }
|
|
9568
9568
|
this.value = next;
|
|
9569
9569
|
this.onChange(next);
|
|
9570
9570
|
this.cdr.markForCheck();
|