### Description It sets `bind-value` when it connects. If the model has setters, it will trigger them for no reason. ### Expected outcome It shouldn't change `bind-value` when it connects. <!-- Example: The page stays the same color. --> ### Actual outcome It sets it. <!-- Example: The page turns pink. --> ### Live Demo https://jsbin.com/feyibawini/edit?html,output ### Steps to reproduce Kindly use the jsbon above ### Browsers Affected <!-- Check all that apply --> - [x] Chrome - [x] Firefox - [x] Safari 9 - [x] Safari 8 - [x] Safari 7 - [x] Edge - [x] IE 11 - [x] IE 10
Description
It sets
bind-valuewhen it connects. If the model has setters, it will trigger them for no reason.Expected outcome
It shouldn't change
bind-valuewhen it connects.Actual outcome
It sets it.
Live Demo
https://jsbin.com/feyibawini/edit?html,output
Steps to reproduce
Kindly use the jsbon above
Browsers Affected