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
In v1.3.2, added the browser name in the root element but it was mistakenly added as "ie" in the chrome browser.
Seems, in the fiddle sample of chrome the browser name appended as "ie". So once need to confirm this: http://jsfiddle.net/soundar24/s5gpugjn/4/
Code clean-up
Change event flow changes - when continuously pressing the UP arrow the change event triggers continuously. But, instead of that, drag event should be triggered and when the keyup happens at that time only change event should be triggered.
This will be avoid the performance issues when we do any operation in the change event.
The text was updated successfully, but these errors were encountered:
In v1.3.2, added the browser name in the root element but it was mistakenly added as "ie" in the chrome browser.
Seems, in the fiddle sample of chrome the browser name appended as "ie". So once need to confirm this:
http://jsfiddle.net/soundar24/s5gpugjn/4/
Code clean-up
Change event flow changes - when continuously pressing the UP arrow the
change
event triggers continuously. But, instead of that,drag
event should be triggered and when the keyup happens at that time onlychange
event should be triggered.This will be avoid the performance issues when we do any operation in the change event.
The text was updated successfully, but these errors were encountered: