How to stop InputField submission on loosing focus?

Basically, I only want the submission to trigger with the Return Key, no trigger a second time when it looses focus.

Thanks

Currently not possible as they are done in DeactivateInputField which is called when return is used for submit and when it loses focus.