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
In the docs of the Select component it is said the following: fullWidth Whether the select should take up the width of its parent. and it defaults to true.
However, when I pass fullWidth={false}, nothing changes.
NextUI Version
2.4.6
Describe the bug
In the docs of the Select component it is said the following:
fullWidth Whether the select should take up the width of its parent.
and it defaults to true.However, when I pass
fullWidth={false}
, nothing changes.Your Example Website or App
https://codesandbox.io/p/devbox/little-river-rnm39w
Steps to Reproduce the Bug or Issue
fullWidth
prop tofalse
Expected behavior
I would expect setting
fullWidth
tofalse
to remove thew-full
className from thebase
slot.Screenshots or Videos
No response
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered: