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 If a calendar is poped up and shown, quickly clicks(I mean normal human doable double click) before calendar dispear will cause double multiple ```onChange``` event calls ##...

type/bug
state/awaiting-investigation
state/awaiting-triage

# Feature Request Currently, emoji images are CDN hosted. This is a feature request extending https://github.com/fomantic/Fomantic-UI/issues/367. The individual emoji svg images can be replaced with COLR font built by Mozilla...

type/feat

# Bug Report I'm trying to render a pointing label that contains only an icon. The result contains incorrect centering. I get this result image ![wrong-padding-label](https://user-images.githubusercontent.com/19910857/164957757-91b681f7-6a8c-4bfa-8445-896fa0ffea63.png) when I use the...

type/bug
tag/next-release/nightly

Currently (tested with v2.8.8), README.md is included, but LICENSE.md is not. This is a feature request to include LICENSE.md, so when `npm install fomantic-ui-css` is run, the license file is...

type/feat
repo/less
repo/css

# Bug Report Dropdown values marked `{ selected: true }` are missing from `$(ele).dropdown('get value')`. ## Steps to reproduce Initialize a dropdown using the `values` setting, and set some as...

type/bug
tag/next-release/nightly

# Bug Report When selecting the option from the dropdown that matches the default text value (e.g.`2`), the color of the selected value in the dropdown stays grey instead of...

type/bug
state/awaiting-investigation

## Description This PR adds a new setting `autoAdjustDateEdges` (default `false` to stay backward compatible) When enabled and a call to `set.minDate` or `set.maxDate` would result in an invalid range...

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

# Bug Report Some selectors have `display: inline-flex;` style, but are not wrapped. See actual/expected demo. adding `flex-wrap: wrap;` style to these selectors fixes the issue related with https://github.com/fomantic/Fomantic-UI/issues/2157 ##...

type/feat
state/awaiting-investigation

# Bug Report Icon in Dropdown e.g. new SVG flags caused Dropdown to change height due to line-height ## Steps to reproduce 1. Setup a UI Dropdown with Flag icons...

type/bug
tag/next-release/nightly

# Feature Request A scrollable tab would be necessary! Possible duplicated on #1501... but please, I think we need it! ## Screenshot (if possible) Something like this: ![Untitled](https://user-images.githubusercontent.com/28552977/164509443-05c0fc09-b208-49db-95a0-32e02a0e7c6d.png) ...or this?...

type/feat
type/duplicate
tag/help-wanted