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
When I first focus on the Input, the first press of Enter does not produce a newline effect. During the program's lifecycle, the first press of Enter after each subsequent focus will not produce any effect.
let text_input = cx.new_view(|cx| {TextInput::new(cx).multi_line().rows(3).with_size(px(12.0))});
The text was updated successfully, but these errors were encountered:
When I first focus on the Input, the first press of Enter does not produce a newline effect. During the program's lifecycle, the first press of Enter after each subsequent focus will not produce any effect.
The text was updated successfully, but these errors were encountered: