Is there any particular reason why the default ime...
# compose
m
Is there any particular reason why the default ime action on a text input is
Done
, but the actual callback does nothing? I would have expected the default behavior to at least close the keyboard. I’m writing a wrapper to configure a visual transformation for phone numbers, but i can’t even fill in the onDone action because closing the keyboard requires getting the software keyboard controller, which is in a composition local, and can’t be accessed in the parameter list:
Copy code
keyboardActions: KeyboardActions = KeyboardActions(onDone = { …. } )