mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* fix(input): disable pointer events on clear button when inactive * chore(changeset): add changeset
6 lines
155 B
Markdown
6 lines
155 B
Markdown
---
|
|
"@heroui/theme": patch
|
|
---
|
|
|
|
use peer-data-[filled=true]:pointer-events-none to disable clear button interaction when input is disabled and has content
|