PolymerElements / iron-input

An input with data binding
https://webcomponents.org/element/PolymerElements/iron-input
33 stars 45 forks source link

It resets bind-value to the same value when it connects #141

Open alshakero opened 5 years ago

alshakero commented 5 years ago

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.

Actual outcome

It sets it.

Live Demo

https://jsbin.com/feyibawini/edit?html,output

Steps to reproduce

Kindly use the jsbon above

Browsers Affected