mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 11:11:59 +08:00
UX: Support type=search
inputs in inline forms (#15790)
This commit is contained in:
@ -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")}}
|
||||
|
Reference in New Issue
Block a user