Fomantic-UI
Fomantic-UI copied to clipboard
Fomantic-UI is the official community fork of Semantic-UI
# 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...
# 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...
## 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...
## 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...
# 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`,...
# 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...
## 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...
# 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....
# 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...
# 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...