Taking a look at this line it seems like all of actions in IME_MASK_ACTION trigger the submit event. I'd like to override this behaviour to make the IME_ACTION_PREVIOUS action work as a "back" button and dismiss the keyboard.
Does anybody know if this is possible? I managed to get my desired behaviour by directly modifying the file inside node_modules, but would like any way to override it from my project. I'm considering patching the package, but not sure if this is the best way.
Working on [email protected]