Skip to content

Instantly share code, notes, and snippets.

@greghunt
Created April 24, 2023 15:49
Show Gist options
  • Save greghunt/8848f96badab62f99f202bc0e755fd79 to your computer and use it in GitHub Desktop.
Save greghunt/8848f96badab62f99f202bc0e755fd79 to your computer and use it in GitHub Desktop.
Submit form on select change
<select onchange="this.form.submit()">
<option>...</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment