-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Multi-line text input #320
Comments
No, there is no multi-line text input support yet. This is definitely planned, but I believe we will need to tackle #33 and #34 first. If you want to join the discussion, I shared some of my thoughts in a Zulip thread:
|
I'm at the same point, looking for an easy, pure rust text editor widget ... my attempt to modify the current one wasn't fruitful so far ... I got multiple lines but everything else was off 😅 |
How far along is at the moment? |
@Dimev not sure, but I recommend that you be VERY patient. |
Definitely a nice-to-have! |
Definitely a nice-to-have! |
would appreciate |
Hello, is there any status update for this? I'm seeing the two mentioned PRs are coming along but no idea how far away this would be. |
I see #33 was closed, so not sure where this currently stands? |
According to the roadmap it is planned for 0.12. |
couldn't this be closed now? |
Implemented in #2123. |
I am fairly new to iced, and have been trying to write some basic code to test the waters.
I was just wondering if there is any easy way currently to have multi-line text input, because all the example code uses a single line input for
TextInput
.The text was updated successfully, but these errors were encountered: