I created a custom Nova Field to autocomplete addresses via Google Place API.
When I select the suggested address from autocomplete dropdown and press 'Enter' key, the resource Create form is getting submitted.
Is there any way to prevent keypress event going up after address input field received the event in Vue.js component or from Nova side, to prevent the form from getting submitted?