nextui/.changeset/clean-dryers-notice.md
sohan01fw 5c8cc7a42d
fix(select): prevent select from closing instantly when clicking on label of select (#3568)
* 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>
2024-09-05 17:22:05 +08:00

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)