backport of commit 6b6b0050fe25b34da3add50dc58ba14d1d221e18 (#22406)
Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
This commit is contained in:
parent
49b9a35e01
commit
e56ef6c9fb
|
@ -302,7 +302,6 @@
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
value={{or (get @model this.valuePath) @attr.options.defaultValue}}
|
value={{or (get @model this.valuePath) @attr.options.defaultValue}}
|
||||||
{{on "input" this.onChangeWithEvent}}
|
|
||||||
{{on "change" this.onChangeWithEvent}}
|
{{on "change" this.onChangeWithEvent}}
|
||||||
{{on "keyup" this.handleKeyUp}}
|
{{on "keyup" this.handleKeyUp}}
|
||||||
class="input {{if this.validationError 'has-error-border'}}"
|
class="input {{if this.validationError 'has-error-border'}}"
|
||||||
|
|
Loading…
Reference in New Issue