You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
neelu-singh
changed the title
Changed event is not trigger on pressing enter for default value.
Changed event is not triggered on pressing enter for default value.
Sep 1, 2017
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.
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
The text was updated successfully, but these errors were encountered: