148b18b28c
Adds a 'status' for the filtering/searching in the UI, without this its not super clear that you are filtering a recordset due to the menu selections being hidden once closed. You can also use the pills in this status view to delete individual filters.
8 lines
163 B
Handlebars
8 lines
163 B
Handlebars
{{#let @components.MenuSeparator as |MenuSeparator|}}
|
|
<MenuSeparator>
|
|
<BlockSlot @name="label">
|
|
{{@label}}
|
|
</BlockSlot>
|
|
</MenuSeparator>
|
|
{{yield}}
|
|
{{/let}} |