FIX: Nest combobox within LI element (#280)
This commit is contained in:
parent
3a6d2e46a1
commit
526a44644a
|
@ -1,10 +1,12 @@
|
|||
{{#if this.siteSettings.solved_enabled}}
|
||||
<ComboBox
|
||||
@content={{this.statuses}}
|
||||
@value={{this.status}}
|
||||
@valueProperty="value"
|
||||
@options={{hash caretDownIcon="caret-right" caretUpIcon="caret-down"}}
|
||||
@onChange={{this.changeStatus}}
|
||||
class="solved-status-filter"
|
||||
/>
|
||||
<li>
|
||||
<ComboBox
|
||||
@content={{this.statuses}}
|
||||
@value={{this.status}}
|
||||
@valueProperty="value"
|
||||
@options={{hash caretDownIcon="caret-right" caretUpIcon="caret-down"}}
|
||||
@onChange={{this.changeStatus}}
|
||||
class="solved-status-filter"
|
||||
/>
|
||||
</li>
|
||||
{{/if}}
|
Loading…
Reference in New Issue