We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello guys,
After updating the WooCommerce plugin to the latest version 5.4.0 - the select2 script stop working.
Main shop page - on dropdown click, I got - Cannot read property 'trim' of undefined
https://imgur.com/DlFV0A8 https://imgur.com/dfbDqrL
JS code which we use
this.holder = []; this.holder.push( { holder: $( '.woocommerce-ordering select' ), options: { minimumResultsForSearch: Infinity } } ); if ( typeof this.holder === 'object' ) { $.each( this.holder, function ( key, value ) { if ( typeof value.holder.select2 === 'function' ) { value.holder.select2( value.options ); } } ); }
Best regards, Nenad
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello guys,
After updating the WooCommerce plugin to the latest version 5.4.0 - the select2 script stop working.
Main shop page - on dropdown click, I got - Cannot read property 'trim' of undefined
https://imgur.com/DlFV0A8
https://imgur.com/dfbDqrL
JS code which we use
Best regards,
Nenad
The text was updated successfully, but these errors were encountered: