Is there a way to make chips in TextEdit? #5448
-
Hi, I’m new to egui and really appreciate the amazing work being done. In Material UI, you can group a set of words in a TextBox into visually distinct 'chips.' Is something similar possible in egui? If so, could you please guide me on how to implement it? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
lucasmerlin
Dec 8, 2024
Replies: 1 comment 1 reply
-
There is no build in widget for this, but you should be able to do it in a horizontal_wrapped, each chip could be a label with a frame and the last item is the text edit |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vauradkar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no build in widget for this, but you should be able to do it in a horizontal_wrapped, each chip could be a label with a frame and the last item is the text edit