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

feat(text-area): add limitText prop to prevent input beyond max-length #11440

Merged

Conversation

jcfranco
Copy link
Member

@jcfranco jcfranco commented Feb 3, 2025

Related Issue: #10175

Summary

Adds limitText prop to restrict input beyond the specified max-length, aligning with native behavior.

@github-actions github-actions bot added the enhancement Issues tied to a new feature or request. label Feb 3, 2025
@jcfranco jcfranco changed the title feat(text-area): add limit-text prop to prevent input beyond max-length (following native behavior) feat(text-area): add limit-text prop to prevent input beyond max-length Feb 4, 2025
@jcfranco jcfranco changed the title feat(text-area): add limit-text prop to prevent input beyond max-length feat(text-area): add limitText prop to prevent input beyond max-length Feb 4, 2025
@jcfranco jcfranco requested a review from mpriour February 4, 2025 00:07
@jcfranco jcfranco added the skip visual snapshots Pull requests that do not need visual regression testing. label Feb 4, 2025
Copy link
Member

@driskull driskull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@mpriour mpriour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. Thanks!

@jcfranco jcfranco merged commit 4835dee into dev Feb 4, 2025
13 checks passed
@jcfranco jcfranco deleted the jcfranco/10175-add-prop-to-enforce-text-area-max-length branch February 4, 2025 17:58
benelan pushed a commit that referenced this pull request Feb 8, 2025
…gth (#11440)

**Related Issue:** #10175 

## Summary

Adds `limitText` prop to restrict input beyond the specified
`max-length`, aligning with native behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues tied to a new feature or request. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants