You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to make some textboxes which are draggable. That means they'll be able to overlap, so I have to make the one that has been interacted with most recently float on top of the others.
Can I do it with the current facilities (without implementing this manually with canvas)?
The text was updated successfully, but these errors were encountered:
Also, rui is a bit weak right now in text editing facilities and could use some help! There's text_editor which does multiline text (though it's rather incomplete). Probably should have a text_box for single-line text fields (SwiftUI has a similar distinction). (see #9)
placrosse
pushed a commit
to placrosse/rui
that referenced
this issue
Jan 1, 2023
I'd like to make some textboxes which are draggable. That means they'll be able to overlap, so I have to make the one that has been interacted with most recently float on top of the others.
Can I do it with the current facilities (without implementing this manually with canvas)?
The text was updated successfully, but these errors were encountered: