File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Wishlist/view/frontend/web/js Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ define([
11
11
12
12
$ . widget ( 'mage.addToWishlist' , {
13
13
options : {
14
- bundleInfo : 'div.control [name^=bundle_option]:not([name*=qty]) ' ,
14
+ bundleInfo : 'div.control [name^=bundle_option]' ,
15
15
configurableInfo : '.super-attribute-select' ,
16
16
groupedInfo : '#super-product-table input' ,
17
17
downloadableInfo : '#downloadable-links-list input' ,
@@ -43,6 +43,7 @@ define([
43
43
$ ( event . handleObj . selector ) . each ( function ( index , element ) {
44
44
if ( $ ( element ) . is ( 'input[type=text]' )
45
45
|| $ ( element ) . is ( 'input[type=email]' )
46
+ || $ ( element ) . is ( 'input[type=number]' )
46
47
|| $ ( element ) . is ( 'input[type=checkbox]:checked' )
47
48
|| $ ( element ) . is ( 'input[type=radio]:checked' )
48
49
|| $ ( '#' + element . id + ' option:selected' ) . length
You can’t perform that action at this time.
0 commit comments