Fix: prevent config autocomplete craziness (#13808)

This commit is contained in:
shamoon
2026-08-26 17:46:34 -07:00
committed by GitHub
parent 406bc1a233
commit d486dd1205
5 changed files with 14 additions and 4 deletions
@@ -28,7 +28,7 @@ import { AbstractInputComponent } from '../abstract-input'
})
export class TextComponent extends AbstractInputComponent<string> {
@Input()
autocomplete: string
autocomplete: string = 'off'
@Input()
placeholder: string = ''