Skip to content

Commit ad8b486

Browse files
committed
Draggable: Removed 'option' from default exclude option (should be handled by 'select').
1 parent 0beb25e commit ad8b486

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/draggable/draggable_common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TestHelpers.commonWidgetTests( "draggable", {
44
appendTo: null,
55
containment: null,
66
disabled: false,
7-
exclude: "input,textarea,button,select,option",
7+
exclude: "input,textarea,button,select",
88
handle: null,
99
helper: false,
1010

ui/jquery.ui.draggable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $.widget( "ui.draggable", $.ui.interaction, {
3131

3232
options: {
3333
appendTo: null,
34-
exclude: "input,textarea,button,select,option",
34+
exclude: "input,textarea,button,select",
3535
handle: null,
3636
helper: false,
3737

0 commit comments

Comments
 (0)