You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside of a form tag, if I focus on an input element and press enter to submit, instead of submitting, it will toggle a all of the dropdowns that appear after it with the data-bs-toggle dropdown.
Create form
add input
add dropdown with a button that has data-bs-toggle="dropdown" inside the form
focus on input
keydown 'enter'
see dropdown toggled instead of the form submitting
This doesn't seem like it would be expected behavior