From e56ef6c9fbdcf026f27ec8b598764579367f2495 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Thu, 17 Aug 2023 13:13:26 -0400 Subject: [PATCH] backport of commit 6b6b0050fe25b34da3add50dc58ba14d1d221e18 (#22406) Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com> --- ui/lib/core/addon/components/form-field.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/lib/core/addon/components/form-field.hbs b/ui/lib/core/addon/components/form-field.hbs index 38b520aac..3528e4d57 100644 --- a/ui/lib/core/addon/components/form-field.hbs +++ b/ui/lib/core/addon/components/form-field.hbs @@ -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'}}"