-
Notifications
You must be signed in to change notification settings - Fork 648
How do you create a Textarea? #215
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
Comments
There is a plain text multiline entry in libui; it will be added to package ui in the next binary release. Rich text will have to wait a bit longer, but custom text-handling areas are in the works. |
You can save some work by just pulling https://github.com/ProtonMail/ui since they seem to have already typed it out for you. |
Came here to ask the same question. |
https://github.com/ProtonMail/ui MultilineEntry.go |
Replaced with #277. (More advanced things, like rich edit, will come in the future.) |
It's easy enough to create a text input (single line) but how can you create a textarea (supports multiple lines)?
The text was updated successfully, but these errors were encountered: