@fuentis/phoenix-ui 0.0.9-alpha.581 → 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,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]="'new-password'"
|
|
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]="'new-password'"
|
|
5123
5123
|
></p-password>
|
|
5124
5124
|
|
|
5125
5125
|
@if (!control?.hidden) {
|