Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(textarea): styles issues and start/end content props added #1923

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

jrgarciadev
Copy link
Member

Closes #1750

📝 Description

  • Fully rounded textarea (radius="full") adapts its border-radius when it has more than 1 row
  • Textarea ref fixed, it is now an HTMLTextAreaElement element
  • startContent and endContent support added
  • Styles improvements

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

📝 Additional Information

Copy link

changeset-bot bot commented Nov 8, 2023

🦋 Changeset detected

Latest commit: 669cb00

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

This PR includes changesets to release 14 packages
Name Type
@nextui-org/shared-icons Patch
@nextui-org/input Patch
@nextui-org/theme Patch
@nextui-org/accordion Patch
@nextui-org/autocomplete Patch
@nextui-org/breadcrumbs Patch
@nextui-org/chip Patch
@nextui-org/link Patch
@nextui-org/modal Patch
@nextui-org/pagination Patch
@nextui-org/select Patch
@nextui-org/snippet Patch
@nextui-org/table Patch
@nextui-org/react 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

Copy link

vercel bot commented Nov 8, 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 8, 2023 1:27pm
nextui-storybook-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2023 1:27pm

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.

Add endContent and startContent props to the Textarea component, similar to the Input component.
1 participant