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
{{ message }}
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
Expected behavior
I'm new to this library, but I'd imagine the select would keep a value until submit is triggered either by something like <input type="submit"> or JS submit().
The text was updated successfully, but these errors were encountered:
pimschaaf
changed the title
Selects (v5+) trigger form submit
Selects (v5+) triggers wrapping form submit
May 12, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue description
Clicking the listbox appears to trigger submit instantly when the listbox is nested in a
<form>
tag.Example
Used https://github.com/dequelabs/pattern-library/wiki/selects example code, nested in
<form>
tag.See https://codepen.io/openroads/pen/rNOKEwP (sorry, Font Awesome is missing here)
Expected behavior
I'm new to this library, but I'd imagine the select would keep a value until submit is triggered either by something like
<input type="submit">
or JSsubmit()
.The text was updated successfully, but these errors were encountered: