input-otp icon indicating copy to clipboard operation
input-otp copied to clipboard

docs: Update example for auto submit to prevent page refreshes

Open jtstothard opened this issue 8 months ago • 1 comments

Currently, the example shown for auto form submission can cause the page to reload as the form onsubmit handler isn't called by form.submit see MDN. To call the form onsubmit you need to use form.requestSubmit

jtstothard avatar Jun 03 '24 16:06 jtstothard