Semantic-UI-React
Semantic-UI-React copied to clipboard
The official Semantic-UI-React integration
### Steps 1. Open https://codepen.io/anon/pen/LOLKeZ via movile device 2. Click on btn ### Expected Result Popup isn't attached to the button Similarly, if you open a modal window on a...
## Feature Request ### Problem description In search we can have a clear icon, so once we enter we can clear it instead of having a separate button for clearing...
## Bug Report ### Steps Create nested modals, adding a close icon on the second one: You can use this snippet on modal examples: ``` import React from 'react' import...
Ensure that dropdown focus is not taken over by `mousedown` propagation. Otherwise, this could cause the dropdown from remaining open after onClick option. Closes #4036
http://semantic-ui.com/modules/shape.html
Fixes #4056.
Fix some inconsistencies in `Progress` bar width and invalid prop combos. 1. bar width: `progress='value'` and `value > total` e.g. `` **Expected Result**: progress bar with text `51` and width...
## Bug Report ### Steps Use a popup triggered on click and where popup content contains a modal with its own trigger. ### Expected Result The modal should appear and...
## Bug Report Adding local className 'sticky' to Table.HeaderCell works just fine. Sorting the sortable table is working as well. However, when I add property sorted = ascending (or descending)...
## Bug Report This bug pertains to the Popup module. This bug was observed by a member of my team. ### Steps Approach the Popup trigger element with the mouse...