JCB Text Input - keyboardAction

PHOTO EMBED

Tue Nov 02 2021 12:39:02 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #kotlin

keyboardActions = KeyboardActions(
    onAny = {} // do when ANY of ime actions is emitted
)

//OR

keyboardActions = KeyboardActions(
    onDone = {}, // do when SPECIFIED action is emitted
    onSearch = {},
    .
    .
}
content_copyCOPY