Open nehonpa opened 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
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?