Fix: fix calendar popup header background color and disable browser autofill (#5514)

This commit is contained in:
shamoon
2024-01-23 19:48:41 -08:00
committed by GitHub
parent 49416d3372
commit 1141c3f361
10 changed files with 10 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
<div class="modal-body">
<div class="row">
<div class="col-md-6">
<pngx-input-text i18n-title title="Name" formControlName="name" [error]="error?.name"></pngx-input-text>
<pngx-input-text i18n-title title="Name" formControlName="name" [error]="error?.name" autocomplete="off"></pngx-input-text>
</div>
<div class="col-4">
<pngx-input-number i18n-title title="Sort order" formControlName="order" [showAdd]="false" [error]="error?.order"></pngx-input-number>