Gabe Urena
Results
1
comments of
Gabe Urena
Same issue here... Highlighting full content of field and pressing BACKSPACE/DELETE triggers observer when **value** property is used: ``` {{!-- file.hbs --}} {{phone-number-input value=customerCellPhone}} /* component.js */ customerCellPhoneChanged: Ember.observer('customerCellPhone', function()...