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

Accessibility Issues WCAG 2.1 Level A Alternative (alt) text is read to users utilizing screen readers. Alternative text should be provided to describe what is present in the image so...

## Bug Report ### Steps I have got a modal with a form inside it, I used the `as` prop on the Modal to make it a form element so...

triage

## Bug Report ### Steps 1. use this example's code to import input component const options = [ { key: 'all', text: 'All', value: 'all' }, { key: 'articles', text:...

## Bug Report ### Steps Dropdown with Dropdown.Menu containing an Input component does not work correctly. When you focus the Input component, the Dropdown closes and you cannot enter any...

## Feature Request ### Problem description The [Popup component documentation](https://react.semantic-ui.com/modules/popup/) doesn't include the `open` prop in the prop list. I looked at the Popup [type declaration file](https://github.com/Semantic-Org/Semantic-UI-React/blob/ff703557a3090ea281cb7a263bc486a978fbabdd/src/modules/Popup/Popup.d.ts) and it doesn't...

why your libs dont trhow error with ts ? example ![image](https://user-images.githubusercontent.com/24865815/214935839-f6881afd-5060-437d-8c5d-e65700462d15.png) if i replace title by `` the ts server let this pass ! but at compilation i get the...

## Feature Request where is Range/slider input? ### Problem description A clear and concise description of what the problem is. Ex. I have an issue when [...] ### Proposed solution...

when there are no data in table and we open dropdown in new row , it will hiding behind table

## Bug Report There is no way to prevent an event triggered by a Dropdown to affect a Modal containing it. Reproduces with Escape, Enter and other keys/events. ### Steps...

bug

Is there a reason for it or just needs an update? https://react.semantic-ui.com/collections/menu/