Skip to content

fix(input): label placement outside when label is missing#2028

Merged
jrgarciadev merged 1 commit into
mainfrom
fix/1979
Nov 24, 2023
Merged

fix(input): label placement outside when label is missing#2028
jrgarciadev merged 1 commit into
mainfrom
fix/1979

Conversation

@jrgarciadev
Copy link
Copy Markdown
Member

@jrgarciadev jrgarciadev commented Nov 24, 2023

Closes #1979

📝 Description

Input, Autocomplete and Select label placement adjusted

⛳️ Current behavior (updates)

Input, Autocomplete and Select height are not proportional when not having a label.

🚀 New behavior

Label placement set to "outside" if the label property is not passed.

💣 Is this a breaking change (Yes/No): No

📝 Additional Information

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Nov 24, 2023

🦋 Changeset detected

Latest commit: d19b787

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@nextui-org/select Patch
@nextui-org/input Patch
@nextui-org/react Patch
@nextui-org/autocomplete Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 24, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nextui-docs-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 24, 2023 0:15am
nextui-storybook-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 24, 2023 0:15am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] - When the label does not exist, the labelPlacement of the Input should be outside

1 participant