Text areas should also scroll horizontally #758
Labels
blocked-externally
This issue or feature is blocked by external dependencies (e.g., bugs in Compose)
consistency
Our UI presentation is not consistent with IJ
In Swing, TextArea can also scroll horizontally, not only vertically. We can't do that in Compose, since the
BasicTextField
component can only scroll vertically.The text was updated successfully, but these errors were encountered: