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

## Bug Report ``` Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release....

bug
chore

## Bug Report ### Steps 1.) Open the website. 2.) Hover over the website's icon (located in the header or elsewhere). 3.) Notice that the cursor does not change to...

## Feature Request ### Problem description Sometime, it is usefull to disable the behaviour closing the Sidebar when user clicks outside. ### Proposed solution A `disableCloseOnClickOutside` prop which will prevent...

enhancement

## Bug Report ### Steps ` ` ### Expected Result Circle icon should visible ### Actual Result empty space

Fixes #4491 This PR adds support for closeOnChange for item removal via label and backspace in a Multiple Selection Dropdown

## Feature Request ### Problem description I noticed that #1252 implemented an optional prop `closeOnChange` for Multiple Selection Dropdown that only works when selecting an item to add but does...

Added lazy loading functionality to the Dropdown component to optimize performance when using complex content (like icons) in dropdown options. ### **Changes** Added new lazyLoad prop to the Dropdown component...

Hi, please the current syrian flag need update to the new one. ![Image](https://github.com/user-attachments/assets/2f096457-4c1b-4f5e-aebb-b44a38fcb821) References: https://emojipedia.org/flag-syria#designs https://en.wikipedia.org/wiki/Flag_of_Syria#/media/File:Flag_of_Syria_(2025-).svg https://www.un.org/en/about-us/member-states#:~:text=Syrian%20Arab%20Republic

## Bug Report ### Steps Use Dropdown with item content, for example: ``` import React from 'react' import { Dropdown, Header } from 'semantic-ui-react' const options = [ { key:...