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
Describe the bug:
When attempting to use the className prop with Combobox.Input from @headlessui/react, the specified classes are not applied to the component. This behavior prevents the application of styling via utility classes.
To Reproduce:
Steps to reproduce the behavior:
Import Combobox from @headlessui/react.
Create a Combobox.Input component.
Try to apply styles using the className prop, e.g., className="truncate".
Notice that the styles are not applied.
Expected behavior:
The Combobox.Input should accept and apply styles from the className prop.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug:
When attempting to use the className prop with
Combobox.Input
from@headlessui/react
, the specified classes are not applied to the component. This behavior prevents the application of styling via utility classes.To Reproduce:
Steps to reproduce the behavior:
@headlessui/react
.Combobox.Input
component.className
prop, e.g.,className="truncate"
.Expected behavior:
The
Combobox.Input
should accept and apply styles from theclassName
prop.Beta Was this translation helpful? Give feedback.
All reactions