Semantic-UI icon indicating copy to clipboard operation
Semantic-UI copied to clipboard

[Search] Category search should allow inline category headers

Open nk9 opened this issue 4 years ago • 2 comments

Both my category names and item titles were quite long, so stacking them next to each other resulted in a lot of wasted space. Solution: put the category headers inline, as differently-styled headers in the menu. But there is no clear way to do this in Semantic UI.

Version

2.4.1

Here is the CSS solution I came up with on Stack Overflow. Ideally, this would be available as an option when initalizing the search widget. Something like:

{
    headerStyle: 'inline', // vs default of 'side' (to support LTR, vs 'left'?). Another possibility is 'none'.
}

nk9 avatar Nov 26 '19 11:11 nk9