ractivejs / ractive

Next-generation DOM manipulation
http://ractive.js.org
MIT License
5.94k stars 396 forks source link

Shallow copy value when handling data bound to named checkboxes (fix #3293) #3294

Closed keosion closed 5 years ago

keosion commented 5 years ago

Description:

Before : ractive get named checkboxes value by reference. After : ractive get a shallow copy of named checkboxes value.

Test is included.

Fixes the following issues:

3293

Is breaking:

No

evs-chris commented 5 years ago

Thanks! This is now available in 0.10.4, 1.0.4, 1.1.2, 1.2.1, and 1.3.0.