Semantic-UI-React
Semantic-UI-React copied to clipboard
The official Semantic-UI-React integration
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:  
## 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...
# 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...
## 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...
## 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...
## 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...