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(workspace-settings): Add maxLength Prop to Textarea Component #1505

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

yoginderkumar
Copy link
Contributor

@yoginderkumar yoginderkumar commented Mar 1, 2024

PR Description:
This PR introduces a new prop, maxLength, to the TextareaAutosize component in the workspace settings. The maxLength prop allows limiting the maximum length of the input value within the textarea, providing users with enhanced control over their input.

Changes Made:

  • Added the maxLength prop to the TextareaAutosize component to enforce the character limit.
  • Updated the component's type definition to include the maxLength prop.

#1500

@yoginderkumar yoginderkumar changed the title feat(workspace-settings): Add maxLength Prop to Textarea Component fix(workspace-settings): Add maxLength Prop to Textarea Component Mar 2, 2024
@mckaywrigley
Copy link
Owner

Thank you!

@mckaywrigley mckaywrigley merged commit 36dd349 into mckaywrigley:main Mar 5, 2024
Chr96er pushed a commit to Chr96er/chatbot-ui that referenced this pull request May 26, 2024
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.

None yet

2 participants