Fomantic-UI
Fomantic-UI copied to clipboard
Fomantic-UI is the official community fork of Semantic-UI
# Bug Report When a modal is hidden, it checks for other modals and if there are no other active or animating modals it hides the modal dimmer. This happens...
Bumps [@octokit/core](https://github.com/octokit/core.js) from 3.6.0 to 4.0.5. Release notes Sourced from @octokit/core's releases. v4.0.5 4.0.5 (2022-08-15) Bug Fixes deps: update dependency @octokit/types to v7 (#503) (8264098) v4.0.4 4.0.4 (2022-07-08) Bug Fixes...
# Bug Report It is not possible to close a calendar picker via the escape key when it is embedded in a modal. It appears the issue is not limited...
# Bug Report ## Steps to reproduce 1. Selection Option A 2. Submit ## Expected result Select value is should be updated according to the option value. ## Actual result...
# Help Wanted When options are dynamically generated, how to set custom data(like `...`) in it? ## Problem I want the dropdown to dynamic generate options by the user input....
## Description This PR allows to render custom data- attributes for each dropdown item by providing a `data` key object. Every key inside the data object will be rendered as...
[Scrollbar] CSS style for Firefox scrollbar break the scrollbar on chromium browser (Chrome/ Edge)
# Bug Report For some reason when I update to the new version of the these browser: Chrome: v121.0.6167.184 (Official Build) (64-bit) Edge: v121.0.2277.112 (Official build) (64-bit) Custom scrollbar break...
# Bug Report ## Steps to reproduce 1. open https://jsfiddle.net/dzus4r5L/ 2. click outside the modal (somewhere in the gray dimmer) 3. the modal is expected to close ## Expected result...
# Bug Report When I add item in input value manually and I call `$('.ui.selection.dropdown').data().moduleDropdown.trigger.change();` it works. The items in dropdown are correctly added. But, when I remove item in...
## Description When the input of a dropdown (which holds the selected values) was changed , the change does not recognize when values are missing, which have been selected before....