compose-multiplatform
compose-multiplatform copied to clipboard
Desktop: RTL empty TextField, incorrect cursor direction on focus gain
Hi, On desktop, when layout direction has been set to the RTL, empty text fields have incorrect cursor position when focus gain. But when start typing, the cursor has placed in the right direction.

Expected behavior: When the layout direction is RTL, the cursor should be in the right direction even text field is empty.
fixed in https://github.com/JetBrains/compose-jb/issues/1950