When editing a TextField I would like to show a bubble at cursor position like
Asked
Active
Viewed 1,450 times
4
-
1It available by default in version `1.1.0-alpha05`. But unfortunately even in `1.0.3` the cursor still doesn't appears. – uragiristereo Sep 30 '21 at 18:05
-
It is now available in 1.1.0 – Luis Feb 17 '22 at 01:06
1 Answers
4
This is not possible right now.
This handle is represented by the TextFieldCursorHandle
view.
For it to appear state.handleState
must be equal to HandleState.Cursor
.
At the moment this state is set only inside the tap handler.
All of these elements are private
or internal
, so you can't change this behavior.
I suggest you open feature request on the compose issue tracker.

Phil Dukhov
- 67,741
- 15
- 184
- 220