Small tweaks I forgot to commit

This commit is contained in:
shamoon
2024-08-04 09:31:17 -07:00
parent d003aefe30
commit ff6903cb28
3 changed files with 11 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
}
@case (CustomFieldDataType.Monetary) {
<div class="my-3">
<pngx-input-text i18n-title title="Default Currency (3-character code)" formControlName="default_currency" placeholder="Use locale" i18n-placeholder></pngx-input-text>
<pngx-input-text i18n-title title="Default Currency" hint="3-character currency code" i18n-hint formControlName="default_currency" placeholder="Use locale" i18n-placeholder autocomplete="off"></pngx-input-text>
</div>
}
}

View File

@@ -19,7 +19,7 @@ export class TextComponent extends AbstractInputComponent<string> {
autocomplete: string
@Input()
placeholder: string
placeholder: string = ''
constructor() {
super()