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

Add endContent and startContent props to the Textarea component, similar to the Input component. #1750

Closed
ReverseGem7 opened this issue Oct 7, 2023 · 0 comments · Fixed by #1923
Labels
🔦 Type: Feature New feature or request

Comments

@ReverseGem7
Copy link

Is your feature request related to a problem? Please describe.

No, this isn't related to a bug. Instead, it's about enhancing the Textarea component's capabilities for a more consistent and feature-rich UI experience. Currently, without the endContent and startContent props, the Textarea component might feel limited compared to the Input component in terms of UI consistency and customization possibilities.

Describe the solution you'd like

Integrate endContent and startContent props into the Textarea component

Describe alternatives you've considered

I thought to wrap the Textarea component in a container and manually position icons or other content. However, this approach is not as clean or straightforward as simply using props. Additionally, it could lead to inconsistencies in design across different parts of an application.

Screenshots or Videos

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔦 Type: Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant