8manos / wc-variations-radio-buttons

Let your customers choose product variations using radio buttons instead of dropdowns.
https://wordpress.org/plugins/wc-variations-radio-buttons/
GNU General Public License v2.0
62 stars 34 forks source link

Remove 'checked' attribute only from checked fields #41

Closed mklepaczewski closed 4 years ago

mklepaczewski commented 4 years ago

VariationForm.prototype.onReset() removes checked attribute and triggers change event for all attribute fields, no matter if those were checked or not. This triggers an unnecessary change event on all attributes. This may impact UI performance (by calling slideUp()) if many attributes are present, or cause CSS artifacts as a browser is trashing layout.

Mantish commented 4 years ago

thanks @mklepaczewski