mattinger
11/11/2022, 3:35 PMDone
, 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:
keyboardActions: KeyboardActions = KeyboardActions(onDone = { …. } )