Semantic-UI-React
Semantic-UI-React copied to clipboard
The official Semantic-UI-React integration
## Bug Report ### Description **StrictInputProps**: https://github.com/Semantic-Org/Semantic-UI-React/blob/master/src/elements/Input/Input.d.ts#L10 is missing `value` and `placeholder` types. **StrictTextAreaProps**: https://github.com/Semantic-Org/Semantic-UI-React/blob/master/src/addons/TextArea/TextArea.d.ts#L7 has `value` type but not `placeholder`. I'm not an expert with TS and Semantic so...
## Bug Report ### Steps 1. Go to https://react.semantic-ui.com/modules/sticky/ 2. Scroll Down, content overlap with the sidebar and not visible properly. ### Expected Result There should be a separate container...
## Feature Request I'd like to add the `allowAdditions` functionality, which is in `Dropdown`, to `Search`. ### Problem description If there isn't an option in a dropdown, we currently have...
## Bug Report Dropdown: Incorrect behavior when loading options dynamic. ### Steps I added custom options to the end and name it 'Load more'. When I click on the load...
## Feature Request ### Problem description In a menu of `icon="labeled"`, the dropdown differs its way of representation. For all the other menu items, the icon comes first and then...
### Problem description On a project I'm currently working on, we're using multiple selection Dropdown to pick a list of conditions for filtering, with empty state meaning “do not filter...
How can I use the selected tree structure in the drop down like this https://ant.design/components/tree-select
It *says* it is in the docs, but actually `Item` currently just forwards the `content` prop to `ItemContent` like a typical content prop. This PR will allow use of `as`,...
Currently the Search module is hardcoded to work only with `id, title, image and price` props for each result item. If the result item have additional they are assigned to...
## Bug Report We have a search popout that uses the `Search` component from this library. Unfortunately whenever our users select results using the return key, React throws memory leak...