Semantic-UI-React icon indicating copy to clipboard operation
Semantic-UI-React copied to clipboard

The official Semantic-UI-React integration

Results 204 Semantic-UI-React issues
Sort by recently updated
recently updated
newest added

fixes #3389 Other components closes before invoking. The Search component doesn't do this. Both handleItemClick and selectItemOnEnter invoke before closing, which can lead to issues when close() is called after...

## Bug Report ### Steps When using `fade` animation with `Transition`, sometimes the animation is a bit glitched. When the animation is complete I can see clear glitch which makes...

is there a chance to disable the dropdown and allow only the feature of taginput example: ![image](https://user-images.githubusercontent.com/52520977/111441013-dc163900-8741-11eb-807c-a2ec1e16179c.png) ![image](https://user-images.githubusercontent.com/52520977/111441084-ecc6af00-8741-11eb-90d3-18ec5028c886.png)

## Bug Report Submenu of dropdown pointing demo half the time displays "under", and then redoing it displays "over", alternating behaviour. ### Steps Click dropdown on this section of the...

[https://react.semantic-ui.com/modules/dropdown#dropdown-example-header](https://react.semantic-ui.com/modules/dropdown#dropdown-example-header) I wanna use `Dropdown.Header` and `Dropdown.Divider` in `search` or `multiple` dropdown, but it's currently not supported. So I suppose we should extend shorthand props to support it. But it...

RFC
stale

# Issue Many components can specify a width in number of grid columns, sometimes also supporting `equal width`. We've standardized the values we accept (number, string, 'equal'). However, the prop...

help wanted
optimization
RFC
good first issue

## Bug Report ### Steps Following results in smaller tabs: ``` { menuItem: one, render: () => Tab 1 Content }, ``` However when I change the code to the...

## Bug Report ### Steps 1) Create `Dropdown` and `Modal` components. Put `Dropdown.Item` as trigger into `Modal`. 2) Add `Modal` to `Dropdown` as children. 2) Open `Modal` and click inside...

bug

## Feature Request ### Problem description Currently, not all of components properly forward the passed in `ref` prop to the underlying component. This leads to end-users not being able to...

needs engineering

## Bug Report ### Steps Have a Dropdown separated with several headings and a `` in one of the sections. Pressing "Space" key when typing something closes the dropdown without...