I use keyboard event handler: “enter”, so that when I press “enter” on my keyboard, it is running an action save and close dialog.
Let’s say I am on a customer details’ page and I am creating contacts.
It appears that when closing the dialog (saving the contact) the focus is still on the create (contact) button meaning that if I click once again on “enter” it will actually create a new contact again although I would like to save the customer by pressing enter again.
Hey @lequeuxa! Not a very Create-solution, perhaps, but what I’d try is adding a little Run code snippet to your save contact action, which would either clear focus or move it to the save customer button. Do you think it can work for your scenario?