Hi there,
In my rails embedded app, I have this title bar:
<button tone="critical" form="translation-delete-form" type="submit">Delete translation</button>
Setting the attribute form=<id>
is a correct way to submit a form using a button outside of it.
This solution works correctly but the app bridge throw this error on the console:
Unexpected attributes on <button>: form
I think that this error shouldn’t be thrown since the button behaviour is correct (it submit the form)