Is there any way to get text after applying visualTransformtaion from text field in Compose?
onTextChange
and onValueChange
return the input before visual transformations
I checked the docs and found inside CoreTextField
that this transformation is setting into state by TextFieldState
and TextDelegate
. But I couldn't see any callbacks to get this changes back