Textarea component #9
Replies: 0 comments 13 replies
-
@JoeyDjr |
Beta Was this translation helpful? Give feedback.
-
The resize capability should be an option (we might want to disable the resizing of the Ideally, I would like the ability to resize to be broader and apply to other components, like the |
Beta Was this translation helpful? Give feedback.
-
@ccamel I see your point but I can't see why resize capability should be an option as it does not interfere with its use? On the other hand, I agree on the fact of developing a However, if this is OK for you, I propose, for the sake of time, to offer this |
Beta Was this translation helpful? Give feedback.
-
@fredericvilcot Well I don't know. I think it's more a UX concern. As far as I see, there's a lots of question about how to disable the resize feature of a |
Beta Was this translation helpful? Give feedback.
-
I think we can add these two properties:
We must provide some style for the native resize icon when If it's OK for both of you, I could close this discussion and @JoeyDjr could open the dedicated issue before implementing it. Let me know 😌 |
Beta Was this translation helpful? Give feedback.
-
I wrote the issue and started the implementation.
What do you think @fredericvilcot @ccamel ? |
Beta Was this translation helpful? Give feedback.
-
🎯 The purpose of this discussion is to have a
Textarea
component which is a multiline text input area of adjustable size.💡 To do this, I propose to improve the
TextField
component by adding amultiline? : boolean
property passed to theInputBase
component. Ifmultiline
is set totrue
, then theInputBase
component will render an HTML5<textarea>
tag instead of the current<input>
tag :📝 It is recommended to use
<textarea>
instead of<input type="textarea">
.🙏 Please do not hesitate to share your ideas @ccamel @fredericvilcot @lolottetheclash @ErikssonJoakim
Beta Was this translation helpful? Give feedback.
All reactions