Is there a way in Jetpack Compose to manipulate each char that is entered in a TextField before it is actually displayed using a mapper : (String) -> Strin
TextField
mapper : (String) -> Strin