Auto-generated text-area form fields should have at least 10 lines by default and should increase size as the user types in text
@avimishra18 we have the Textarea widget everywhere and we want it to grow dynamically so that users can see the whole text instead of the typing one.
@iFlameing just to be sure src/components/manage/Widgets/TextareaWidget.jsx?
@techaakritisha no, @iFlameing is already assigned, and as you can see from the long list of failed attempts, you as well as they failed to follow First-time contributors, especially Things not to do, Contributing to Plone, and Contributing to Volto.
Is this issue still available?
@tazsq using your super power of observation, you may see that the green "Open" icon reflects its status.
Please read and follow First-time contributors, especially Things not to do, Contributing to Plone, and Contributing to Volto.
I just read somewhere that prs from first time contributors are not accepted till second half of 2026 like what happened to that?
Nvm I'm working on it
I just read somewhere that prs from first time contributors are not accepted till second half of 2026 like what happened to that?
Where exactly?
I just read somewhere that prs from first time contributors are not accepted till second half of 2026 like what happened to that?
Where exactly?
Ss from a previous pr There you go
"suspended its review" != "not accepted".
"Volto Team" (24 people) ⊂ "All people who can review a new pull request in Volto" (600+ people).
And if you clicked the link to Read details, you would see the same message with, of course, details.
substituting 10 in the rows property of textareawidget doesnt work because of some css applied to textArea component by semantic-ui-react.
Other solution that would work would be use "textareaautosize" instead of "textArea" component . additional module called "react-textarea-autosize" needs to be installed for this to work.
Also this module provides min-rows property which is not provided by the semantic ui one.
Should I go ahead and implement this/is this acceptable?? @stevepiercy @iFlameing