Fomantic-UI
Fomantic-UI copied to clipboard
Fomantic-UI is the official community fork of Semantic-UI
# Bug Report My VSCode is yelling a lot of types errors when using the new types definition of FomanticUI. ## Steps to reproduce Example: ```ts import 'fomantic-ui'; //... jq("#el").nag({persist:...
# Bug Report ``-based ordered list does not support native `start` attribute. Ref. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol ## Steps to reproduce `` https://jsfiddle.net/y42Lu9ds/ ## Expected result The counting of ordered list starts from...
# Feature Request Rather than having the “box-like” steps as currently available, how about we add a circular variant that gives just a general overview (no header/description)? Numbers could potentially...
## Description The current changelog file generates by auto-changelog contains the commits relating to the dependency updates by @dependabot which aren't really necessary. This PR adds a custom template that...
I have a Button in a Sidebar, which has a really huge html-popup. When the sidebar is scrollable there are positions where the popup cant't be displayed. See this for...
# Feature Request `textarea` is basically an `input` that support multiple lines. Therefore I expect the same features as for input. The css should be generated for input/textarea as much...
# Bug Report Form `unstackable fields` has a wrong margin-bottom when reaching the `mobile` breakpoint. I suspect [this line](https://github.com/fomantic/Fomantic-UI/blob/de758dcb3b4b51657623d43893bc5351aadaf942/src/definitions/collections/form.less#L1002C1-L1002C1) to be the culprit. ## Steps to reproduce 1. Go to...
# Bug Report Headers don't support `seemless` variants like attached segments do ## Steps to reproduce ```html Works! foo bar Doesn't work! foo bar ``` ## Expected result It's a...
I propose to exclude all PRs/commits starting with `build(deps): bump ` and `build(deps-dev): bump ` from changelog or move these changelog lines to a separate section.
## Description This PR is a rebasing from my other [PR](https://github.com/fomantic/Fomantic-UI/pull/1838) which messed up with merging that resulted the dist directory included. ### Remove icon alignment The remove icon wasn't...