Calling onSubmit() on UITextInput

Hello. I have an issue with the onSubmit() method after entering text into a textfield input. onSubmit() is triggered by the enter key, but the enter key is also a shortcut to open the chat ui. This overrides the onSubmit() method. Any ideas?