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

Fomantic-UI is the official community fork of Semantic-UI

Results 231 Fomantic-UI issues
Sort by recently updated
recently updated
newest added

# Bug Report In our source code we do this on the onchange of a multiple dropdown. ``` $(document).ready(function() { $('.ui.dropdown').dropdown({ onChange: function(value, text, $selectedItem) { $(this).find('.label').each(function() { let item...

type/bug
tag/next-release/nightly

# Feature Request Hello, a nice feature would be the possibility to return a promise instead of a boolean for the checkbox beforeChecked and beforeUnchecked events (or any kind of...

type/feat

## Description This PR allows to declare a specific focus outline for some components where the default outline is set to none. The default will be kept to none because...

type/feat
lang/css
state/on-hold

## Description - Exclusive accordions only triggered the callback for the opening according but not for all the closing ones. - Also added the ability to cancel any open/close by...

type/bug
type/feat
state/awaiting-docs
state/on-hold
javascript

# Feature Request There may be a need to stack a group of labels on top of each other - simply by wrapping the labels in a group with `.stacked`,...

type/feat

# Feature Request For accordions with the `exclusive` setting set to `true`, when one element is already open and the user opens another element (so that the first one automatically...

type/feat
lang/javascript
state/has-pr

## Description This PR add the ability to remove a tab by clicking on an icon or programmaticaly. It works by adding the `removable` class to the desired tab headers...

type/feat
type/discussion
state/awaiting-docs
javascript

# Bug Report Motion animations aren't disabled when the accessibility setting `prefers-reduced-motion` is turned on. Reduced motion needs to be supported to provide usable UIs to motion-sensitive people like me....

type/feat
state/awaiting-investigation

# Feature Request A `stackable menu` can adapt its layout depending on the size of the screen, and this is great. However sometimes a large menu will take too much...

type/feat
tag/help-wanted

# Feature Request Have a way to allow tabs to be closed and possibly also have a way to add new tabs in (via JS) Developer may want to have...

type/feat
state/has-pr