From 7f3399c9e2b535e12849157ce9ddc2e5f7d10026 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 1 Nov 2015 16:46:34 -0500 Subject: [PATCH] Fixes #3016, adds setting for keys --- RELEASE-NOTES.md | 1 + src/definitions/modules/dropdown.js | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 8a9d742447..b201047903 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -23,6 +23,7 @@ - **Dimmer** - Dimmer can now works correctly with `opacity: 0` #3167 **Thanks @mdehoog** - **Dropdown** - Fixed issue where tabindex was being removed incorrectly with `selection dropdown` in some cases. #3002 - **Dropdown** - Added `remoteValues` as a possible `field` setting. Allowing users to return API results using arbitrary JSON object groupings. #3080 +- **Dropdown** - Added ability to pass in `keys` as a setting, to avoid issues with languages where comma delimiter may be a different keycode #3016 - **Dropdown** - `search dropdown` will now initialize with `autocomplete="off"` to avoid triggering native autocomplete menu - **Form Validation** - Fixes error on `blur` or `change` when using a blank validation object #3131 **Thanks @listepo** - **Form Validation** - Fixes some issues with form integer validation #3053 **Thanks @maturano** diff --git a/src/definitions/modules/dropdown.js b/src/definitions/modules/dropdown.js index 738ad79d6c..399706968e 100644 --- a/src/definitions/modules/dropdown.js +++ b/src/definitions/modules/dropdown.js @@ -1158,7 +1158,6 @@ $.fn.dropdown = function(parameters) { isSubMenuItem, newIndex ; - // visible menu keyboard shortcuts if( module.is.visible() ) {