Hello, Eric, thank you for response.
No,
VisualTransformation
does not fully meet my requirements.
I need specific view for each symbol in the row
Row
-> Box1
-> Box2
-> Box2
The controller of the view should track clicks on keyboard and add new character to the value.
The only solution I found is to use multiple
TextField
, one for each
BoxN
. In this case the controller should move focus to another
BoxN's TextField
after value entered. But if do so, then I should somehow set caret position to the end when a
BoxN
clicked. And check that only the last empty
BoxN
is focused.
There's another option - use one transparent
TextField
and display values. But it looks like a hack.
@dewildte
It should look like this