hoffstadt / DearPyGui

Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
https://dearpygui.readthedocs.io/en/latest/
MIT License
13.31k stars 691 forks source link

add_input_text method Showing Beyond the Boundary #2244

Open nehonpa opened 10 months ago

nehonpa commented 10 months ago

image When using the dpg.add_input_text method, you set multiline=True, but you can't automatically wrap text outside the range, which is obviously unreasonable, right?

my1e5 commented 10 months ago

It's a feature that has been requested before - see https://github.com/hoffstadt/DearPyGui/issues/1504

Please note, even Dear ImGui (which DPG is built upon) doesn't have a wrap text option for multiline input yet. See these open issues: https://github.com/ocornut/imgui/issues/952, https://github.com/ocornut/imgui/issues/3237