Jack Lukic
Jack Lukic
[`@lineHeightOffset`](https://github.com/Semantic-Org/Semantic-UI/blob/master/src/themes/default/modules/accordion.variables#L43) appears too large. Hit me up on gitter for the other issues.
The coding concern is here is JS search dropdowns aren't built to hide headers for empty groups. I don't think we can add this feature without considering filtering empty groups.
Keep in mind @brunotourinho if you are doing dom insertion you should work on a [document fragment](http://ejohn.org/blog/dom-documentfragments/). DOM insertion is very costly. ``` javascript $(function () { // clear the...
Sorry replacewith would remove events on $menu. I should have checked Use ``` javascript // clear the generated semantic-ui menu var $menu = $('').addClass('menu'); // add the head items based...
Modal clears active element focus and restores it on hide. I'd recommend using tabindex to prioritize any fields in modal. Besides this I can't see any way to handle this...
Ironically I'm also getting this same message with some other packages I depend on in `1.4.x`, and not sure how to solve for myself.
Hi, there's a setting to enable/disable google fonts when compiling the CSS `@importGoogleFonts` https://github.com/Semantic-Org/Semantic-UI/blob/master/src/themes/default/globals/site.variables#L16
Ran into this with Vitest results, using `java-junit` fixes it.
Can confirm that using `for...of` with a forked package fixed my issues.
@ronnross It seems a lot of people want to use this, but I've been a bit stubborn about "free floating" ui helper classes in Semantic UI since the spirit of...