@fuentis/phoenix-ui 0.0.9-alpha.608 → 0.0.9-alpha.609

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.
@@ -5321,7 +5321,7 @@ class MetaPasswordFeildComponent extends BaseMetaField {
5321
5321
  [disabled]="disable"
5322
5322
  [hidden]="control?.hidden"
5323
5323
  [feedback]="false"
5324
- (input)="onChanged(getInputValue($event))"
5324
+ (ngModelChange)="onChanged(getInputValue($event))"
5325
5325
  class="ng-invalid ng-dirty"
5326
5326
  [autocomplete]="'one-time-code'"
5327
5327
  ></p-password>
@@ -5352,7 +5352,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
5352
5352
  [disabled]="disable"
5353
5353
  [hidden]="control?.hidden"
5354
5354
  [feedback]="false"
5355
- (input)="onChanged(getInputValue($event))"
5355
+ (ngModelChange)="onChanged(getInputValue($event))"
5356
5356
  class="ng-invalid ng-dirty"
5357
5357
  [autocomplete]="'one-time-code'"
5358
5358
  ></p-password>