@fuentis/phoenix-ui 0.0.9-alpha.580 → 0.0.9-alpha.582

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.
@@ -5088,6 +5088,7 @@ class MetaPasswordFeildComponent extends BaseMetaField {
5088
5088
  [feedback]="false"
5089
5089
  (input)="onChanged(getInputValue($event))"
5090
5090
  class="ng-invalid ng-dirty"
5091
+ [autocomplete]="'new-password'"
5091
5092
  ></p-password>
5092
5093
 
5093
5094
  @if (!control?.hidden) {
@@ -5118,6 +5119,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
5118
5119
  [feedback]="false"
5119
5120
  (input)="onChanged(getInputValue($event))"
5120
5121
  class="ng-invalid ng-dirty"
5122
+ [autocomplete]="'new-password'"
5121
5123
  ></p-password>
5122
5124
 
5123
5125
  @if (!control?.hidden) {