Skip to content

Commit ce73307

Browse files
committed
Sortable: Fixed default for cancel option.
1 parent 649917d commit ce73307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/sortable.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<option name="axis" type="String" default='false' example-value='"x"'>
3434
<desc>If defined, the items can be dragged only horizontally or vertically. Possible values: <code>"x"</code>, <code>"y"</code>.</desc>
3535
</option>
36-
<option name="cancel" type="Selector" default='":input,button"' example-value='"a,button"'>
36+
<option name="cancel" type="Selector" default='"input,textarea,button,select,option"' example-value='"a,button"'>
3737
<desc>Prevents sorting if you start on elements matching the selector.</desc>
3838
</option>
3939
<option name="connectWith" type="Selector" default='false' example-value='"#shopping-cart"'>

0 commit comments

Comments
 (0)