The android EditText widget supports multiline text. It appears that the TextView component keeps all content on one line. It would be nice to have the widget automatically grow vertically.
I can add this to the new Editor component that is coming out this month.
Hi, I am just wondering will we have multiline TextField like Google have here https://material.io/guidelines/components/text-fields.html#text-fields-field-types. Are you still planning to do it?
@IceFloe Hey, So the only way to support multi-line text is with a TextView and that has been released :) Let me know if you need any further help. All the best!
@danieldahan Yes, but the TextView is not the multiline TextFiled ) It does not have all needed properties, thx for answer )
Well a PR is always nice :)
Most helpful comment
I can add this to the new
Editorcomponent that is coming out this month.