Rust.Community icon indicating copy to clipboard operation
Rust.Community copied to clipboard

Fix Input FIeld Newlines

Open Kulltero opened this issue 10 months ago • 0 comments

turns out SingleLine removes any \n newlines from the string the moment the text is applied, so even if the lineType is set to a Multiline variant afterwards the string will still be stripped (See InputField.SetText)

this PR fixes this by moving a line of code around

Kulltero avatar Mar 21 '25 17:03 Kulltero