Created
May 12, 2017 21:19
-
-
Save arpitbbhayani/93a16d859ec9b6a1ef2f055954c9067a to your computer and use it in GitHub Desktop.
Semantic UI - Dropdown prevent on enter form submit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.ui.dropdown').dropdown({ | |
keys: { | |
delimiter: 13 | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment