textfield_tags icon indicating copy to clipboard operation
textfield_tags copied to clipboard

How to use multiple lines in a textfield instead of one scrolling line?

Open Wizzel1 opened this issue 2 years ago • 2 comments

I want to make the text break and add the tag to a new line instead of adding them to a horizontally scrolling line when the end of the textfield is reached. How can I do that?

Wizzel1 avatar Aug 06 '22 14:08 Wizzel1

In theory this should be possible since this widget has no relation to the Textfield widget but wraps it. You might be able to tweek it to make it possible but I have not personally tried it and have no experience.

eyoeldefare avatar Sep 15 '22 16:09 eyoeldefare

It's not required by Package, it can be achieved by the user: Please See the Added Example PR #77

hardiklakhalani avatar Jul 04 '23 09:07 hardiklakhalani