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

Ensures Popper.js attributes like data-popper-reference-hidden and data-popper-escaped are forwarded to the Popup wrapper div. This helps with positioning and accessibility compliance.

## Bug Report DropdownProps.text?: string. It should accept React.Node So to avoid it, I tried to use Dropdown.Text, but in Typescript it is not exported. It is only in the...

## Bug Report Screen reader is not announcing the selected option information for the 'search selection' control in Windows. Screen reader dependent users will not be able to know the...

I have been using semantic-ui-react (v3 beta) with react 19 for a good while without any issues. Can we please include that version in the react peer deps range so...

## Feature Request ### Problem description I'm updating an existing app using react-hook-form to React 19 and looking at the new form handling features. Here is the example in the...

## Bug Report SUI React reads `.ref` directly which is broken in React 19 - https://react.dev/blog/2024/12/05/react-19#ref-as-a-prop ### Steps Upgrade a project that uses Modals from `"semantic-ui-react": "v3.0.0-beta.2"` to Next 15...

Hello @layershifter and all! Apologies for the duplicate issue, it is more a way of trying to reach you ! I am working for the InvenioSoftware organization (https://github.com/inveniosoftware), we actively...

## Bug Report Filling the props dimmer?: SemanticShorthandItem with {scrolling: true} is not working, the class scrolling doesn't appear on the body element ### Steps Just create this component :...

Refactored InputExampleIconChild: Extracted reusable CustomInput component, improved accessibility, and removed redundant elements.

## Bug Report ### Steps Configure a tooltip that uses preferred position. Trigger element should be close to the screen edges. ` ` ### Expected Result position value is the...