mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(select): prevent select from closing instantly when clicking on label * fix(select): flickering on label click * fix(select): flickering while click on label * fix(select): add changeset on fixing the flickering model issue * chore(changeset): revise changeset message and add issue number --------- Co-authored-by: WK Wong <wingkwong.code@gmail.com>
318 B
318 B
| @nextui-org/select |
|---|
| patch |
Fixed toggle issue while clicking on label of select component unexpectedly open and close the model instantly. The removal of code block containing group-data-[filled=true]:pointer-events-auto prevent from any unwanted user interactions and resolve the flickering issue (#3558)