In beta04 the keyboard navigation indeed works out of the box, but I find that if modifiers are in o...
h
In beta04 the keyboard navigation indeed works out of the box, but I find that if modifiers are in order
Modifier.focusModifier().onFocusChanged { ... }
, the
onFocusChanged
handler is not called, while if they're reversed
Modifier.onFocusChanged { ... }.focusModifier()
, it is called.
Has anybody come across this or seen a bug already reported about this?