Hi, I am facing issue, with enter event on text box for default value. For reference my text box is
<input type="text" class="form-control " data-max="20" data-min="0" data-step="0.1" value="10" data-rule="currency">
and i have bind the "changed" event. It's working fine if changed the value from 10 to 15 and 15 to 16. Now problem is when I changed the text box value from 16 to 10 and pressing enter without loosing the focus changed event is not getting fired.
I have debugged the library and found at line number 96 : this.oldValue is still 10 even i have updated the text box value from 10 to 15 to 16.
Please check and update the library if needed.
Thanks