backport of commit 6b6b0050fe25b34da3add50dc58ba14d1d221e18 (#22406)

Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-08-17 13:13:26 -04:00 committed by GitHub
parent 49b9a35e01
commit e56ef6c9fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@
autocomplete="off"
spellcheck="false"
value={{or (get @model this.valuePath) @attr.options.defaultValue}}
{{on "input" this.onChangeWithEvent}}
{{on "change" this.onChangeWithEvent}}
{{on "keyup" this.handleKeyUp}}
class="input {{if this.validationError 'has-error-border'}}"