Is it possible to modify [this example](https://vitalets.github.io/angular-xeditable/#editable-row), so that when an input is focused, the user can press enter to submit the form? I understand that the problem is that the input is not inside the form. There has to be a way to do this though.
Is it possible to modify this example, so that when an input is focused, the user can press enter to submit the form?
I understand that the problem is that the input is not inside the form.
There has to be a way to do this though.