Soft Keyboard is emitting event with 'Enter' keycode when pressing up arrow on top row

The project is an android TV app and was just converted from Cordova to Capacitor. I am using @ionic/angular and @capacitor/keyboard. For some reason when using the soft keyboard for login when entering password if you go to the top row and push up Arrow on the remote the input emits an event with the keycode ‘Enter’ which is identical to hitting the go button. Has anybody else seen anything like this? I can’t figure out any reason why the keyboard would do this. Thanks.