Semantic-Org / Semantic-UI-React

The official Semantic-UI-React integration
https://react.semantic-ui.com
MIT License
13.21k stars 4.05k forks source link

Add dropdown allowReselection #4415

Open RARgames opened 1 year ago

RARgames commented 1 year ago

Feature Request

Problem description

Add dropdown allowReselection (mentioned in Semantic UI 2.2.0 changelog) Dropdown - Adds new allowReselection option to trigger onChange events even when reselecting same value

welcome[bot] commented 1 year ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

neutraali commented 1 year ago

Currently, when using Web Components, selecting the same item does not close the <Dropdown /> and no onChange -event is triggered (using the close icon does not work either).

Possibly related to #4184.

CofCat456 commented 9 months ago

Same question.

I just read issue #3437 and hope to see the feature opened to allow selecting duplicate values. Additionally, it would be great to have a fix for the behavior where selecting a duplicate value closes the Dropdown."