make cvx happy
This commit is contained in:
parent
2c6eb643f5
commit
6d082f00a1
|
|
@ -3,7 +3,7 @@
|
|||
<EmailGroupUserChooser
|
||||
@value={{additionalFilters.assigned_to}}
|
||||
@onChange={{action "updateAssignedTo"}}
|
||||
autocomplete={{"off"}}
|
||||
autocomplete="off"
|
||||
@options={{hash
|
||||
maximum=1
|
||||
fullWidthWrap=true
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
class="no-blur"
|
||||
@value={{readonly search}}
|
||||
placeholder={{i18n "discourse_assign.topic_search_placeholder"}}
|
||||
autocomplete={{"off"}}
|
||||
autocomplete="off"
|
||||
@type="search"
|
||||
{{on "input" (action "onChangeFilter" value="target.value")}}
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
class="no-blur"
|
||||
@value={{readonly search}}
|
||||
placeholder={{i18n "discourse_assign.topic_search_placeholder"}}
|
||||
autocomplete={{"off"}}
|
||||
autocomplete="off"
|
||||
@type="search"
|
||||
{{on "input" (action "onChangeFilter" value="target.value")}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue