DEV: Resolve `computed-property.override` deprecation (#462)
This commit is contained in:
parent
a655a009fa
commit
11988a9e68
|
@ -8,7 +8,6 @@
|
||||||
onChange=(action "assignUsername")
|
onChange=(action "assignUsername")
|
||||||
autofocus="autofocus"
|
autofocus="autofocus"
|
||||||
showUserStatus=true
|
showUserStatus=true
|
||||||
caretIcon="search"
|
|
||||||
options=(hash
|
options=(hash
|
||||||
mobilePlacementStrategy="absolute"
|
mobilePlacementStrategy="absolute"
|
||||||
filterPlaceholder=placeholderKey
|
filterPlaceholder=placeholderKey
|
||||||
|
@ -21,6 +20,8 @@
|
||||||
autofocus=autofocus
|
autofocus=autofocus
|
||||||
tabindex=1
|
tabindex=1
|
||||||
expandedOnInsert=(not assigneeName)
|
expandedOnInsert=(not assigneeName)
|
||||||
|
caretUpIcon="search"
|
||||||
|
caretDownIcon="search"
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
{{#if this.assigneeError}}
|
{{#if this.assigneeError}}
|
||||||
|
|
Loading…
Reference in New Issue