@fuentis/phoenix-ui 0.0.9-alpha.583 → 0.0.9-alpha.584

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,7 +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
+ [autocomplete]="'one-time-code'"
5092
5092
  ></p-password>
5093
5093
 
5094
5094
  @if (!control?.hidden) {
@@ -5119,7 +5119,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
5119
5119
  [feedback]="false"
5120
5120
  (input)="onChanged(getInputValue($event))"
5121
5121
  class="ng-invalid ng-dirty"
5122
- [autocomplete]="'new-password'"
5122
+ [autocomplete]="'one-time-code'"
5123
5123
  ></p-password>
5124
5124
 
5125
5125
  @if (!control?.hidden) {
@@ -6400,6 +6400,7 @@ class MetaTextInputComponent extends BaseMetaField {
6400
6400
  type="text"
6401
6401
  pInputText
6402
6402
  class="w-full"
6403
+ [autocomplete]="'one-time-code'"
6403
6404
  />
6404
6405
  <phoenix-inline-field-error
6405
6406
  *ngIf="!control?.hidden"
@@ -6432,6 +6433,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
6432
6433
  type="text"
6433
6434
  pInputText
6434
6435
  class="w-full"
6436
+ [autocomplete]="'one-time-code'"
6435
6437
  />
6436
6438
  <phoenix-inline-field-error
6437
6439
  *ngIf="!control?.hidden"