Semantic-UI-React
Semantic-UI-React copied to clipboard
The official Semantic-UI-React integration
## Bug Report ### Steps ``` { const s: string = data.value; }}/> ``` ### Expected Result No TypeScript errors. ### Actual Result `Type 'string | number | undefined' is...
## Bug Report ### Steps 1. Go to the semantic ui react documentation site. https://react.semantic-ui.com/modules/popup/#usage-context-menu 2. Scroll down to the context menu. 3. Try and right-click to open the context...
## Bug Report ### Steps Create a dropdown with wrapSelection = false. Make the last option disabled. Using arrows keys, move to the bottom of the dropdown list. ### Expected...
Fix for #4462
### Steps There is component ```javascript ``` ### Expected Result ```javascript ``` wil show text `"someText"` ### Actual Result Empty field displayed ### Version 0.68.5 ### Testcase [Example, and html...
## Bug Report ### Steps In the code sandbox, do the following steps to reproduce the issue: 1. Scroll down 2. Click the "Collapse" button ### Expected Result The open...
## Feature Request (more like need more infos to make PR) ### Problem description When a dropdown is used within a parent, which has a scroll, the dropdown's menu interaction...
## Feature Request ### Problem description When using the React Semantic UI tabs component, using the tab position as the index is sometimes unreliable as the new tabs are added...
This PR tracks work for Semantic UI React v3 🎉 ## Pre beta-0 ✅ - [x] chore: replace `ta-scripts` with `release-it` ## For beta-0 ✅ - [x] All components support...
## Bug Report `Tab.Pane` type is missing in the TypeScript type definition from v3.0.0-beta.2. It seems the property was mistakenly dropped from Tab.d.ts in this commit: https://github.com/Semantic-Org/Semantic-UI-React/commit/e243fa47ac28b4f67141c73a3a0141afe9317b8a#diff-a4fd743c7d3d12205492c1129d5fc47d15c620f7a76a38a1de0864f18e605092 ### Steps Type-check...