Skip to content

Instantly share code, notes, and snippets.

@arpitbbhayani
Created May 12, 2017 21:19
Show Gist options
  • Save arpitbbhayani/93a16d859ec9b6a1ef2f055954c9067a to your computer and use it in GitHub Desktop.
Save arpitbbhayani/93a16d859ec9b6a1ef2f055954c9067a to your computer and use it in GitHub Desktop.
Semantic UI - Dropdown prevent on enter form submit
$('.ui.dropdown').dropdown({
keys: {
delimiter: 13
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment