You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the color does not change on focus state while typing.
In the following code, the data-[hover=true]:bg-red-200 works as expected inside the inputWrapper of the Textarea component, but the data-[focus=true]:bg-blue-200 does not. The color does not change when the Textarea is focused for text input.
I want the inside of the Textarea to change to bg-blue-200 when I click and focus on it, but it changes to the default gray color that HeroUI has set instead.
Screenshots or Videos
No response
Operating System Version
Window
Browser
Chrome
The text was updated successfully, but these errors were encountered:
HeroUI Version
@heroui/react^2.7.2
Describe the bug
The issue is that the color does not change on focus state while typing.
In the following code, the
data-[hover=true]:bg-red-200
works as expected inside theinputWrapper
of theTextarea
component, but thedata-[focus=true]:bg-blue-200
does not. The color does not change when theTextarea
is focused for text input.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
I want the inside of the Textarea to change to bg-blue-200 when I click and focus on it, but it changes to the default gray color that HeroUI has set instead.
Screenshots or Videos
No response
Operating System Version
Window
Browser
Chrome
The text was updated successfully, but these errors were encountered: