mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: Support type=search
inputs in inline forms (#15790)
This commit is contained in:
parent
68f5c36000
commit
3b75120b3d
2 changed files with 9 additions and 1 deletions
|
@ -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")}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue