Also, Is there any event, that will be fired only when a form element data is updated by user and not while binding (seems onChange will be fired always).
When user changes anything in the form, we will do some calculation and update the bound data. But this triggers onChange event again & again, causing infinite onChange events (as in snippet).