Patch Changes
-
#2117
462992e
Thanks @DylanPiercey! - Fix issue where:no-update
modifier was not working on special element handlers. -
#2117
462992e
Thanks @DylanPiercey! - Use vdom to vdom comparison for special attributes (input.value, input.checked and option.selected) to improve consistency with how other attributes are handled. -
#2117
462992e
Thanks @DylanPiercey! - Avoid setting attribute value for special properties (like input.value, input.checked and option.selected) -
#2117
462992e
Thanks @DylanPiercey! - Normalize attribute values before setting value to avoid unnecessary work.