UX: Support type=search inputs in inline forms (#15790)

This commit is contained in:
Penar Musaraj
2022-02-03 13:50:24 +01:00
committed by GitHub
parent 68f5c36000
commit 3b75120b3d
2 changed files with 9 additions and 1 deletions

View File

@ -62,6 +62,12 @@
</div>
{{/styleguide-example}}
{{#styleguide-example title="full-width inline-form with search type input"}}
<div class="inline-form full-width">
{{input placeholder="Search type input" type="search"}}
</div>
{{/styleguide-example}}
{{#styleguide-example title="category-notifications-button and regular button"}}
<div class="inline-form">
{{category-notifications-button category=dummy.categories.[0] value=1 onChange=(action "dummy")}}