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
This issue is specific to IE. After changing color from color picker input "onchnage" event is not firing. I debug this issue and found that "instance.lastValue" is showing the old value . it's updating with new value so that $input.trigger('change'); is not firing.
The text was updated successfully, but these errors were encountered:
This issue is specific to IE. After changing color from color picker input "onchnage" event is not firing. I debug this issue and found that "instance.lastValue" is showing the old value . it's updating with new value so that $input.trigger('change'); is not firing.
The text was updated successfully, but these errors were encountered: