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

[Textarea] New Textarea component #162

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

mj12albert
Copy link
Member

@mj12albert mj12albert commented Mar 7, 2024

Part of #71

This PR adds a Textarea component that contains logic ported from @mui/base/Input, and thinly wraps TextareaAutosize

TextareaAutosize has been removed from the docs and replaced with Textarea (under "Inputs" instead of "Utils"), though the content is largely the same

TODO


@mj12albert mj12albert added the component: textarea This is the name of the generic UI component, not the React module! label Mar 7, 2024
@@ -2,7 +2,7 @@
"compilerOptions": {
"module": "esnext",
"target": "es5",
"lib": ["es2020", "dom"],
"lib": ["es2020", "dom", "dom.iterable"],
Copy link
Member Author

Choose a reason for hiding this comment

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

https://stackoverflow.com/a/71384592

I need to iterate over FormData in a test

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Mar 27, 2024
@michaldudak michaldudak added the on hold There is a blocker, we need to wait label Apr 24, 2024
@michaldudak
Copy link
Member

Putting this on hold until we're closer to the release and can assess the need for this component (specifically, if CSS field sizing is widely supported).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: textarea This is the name of the generic UI component, not the React module! on hold There is a blocker, we need to wait PR: out-of-date The pull request has merge conflicts and can't be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants