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
Label position in Select element depends on properties: labelPlacement="outside" and isMultiline={true}.
With isMultiline={true}, the label is displayed inside select border.
NextUI Version
2.4.8
Describe the bug
Label position in
Select
element depends on properties:labelPlacement="outside"
andisMultiline={true}
.With
isMultiline={true}
, the label is displayed inside select border.Code:
Visualization:
Other way - without multiline
Code:
Also, This issue can be found in NextUI documentation:
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Select
elementlabelPlacement="outside"
property to the item.isMultiline={true}
property to the item.Expected behavior
Label placement should not depend by
isMultiline
value (the label should be outside)Screenshots or Videos
No response
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered: