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 IE if you update an input field of type password, the placeholder text won't get removed from the box. If you manually set focus on the field with the mouse, then the field will update and remove the placeholder.
I was able to prove that the set hook is happening OK. Calling a subsequent .trigger('blur') or .trigger('focus') on the input element doesn't really help.
In IE if you update an input field of type password, the placeholder text won't get removed from the box. If you manually set focus on the field with the mouse, then the field will update and remove the placeholder.
I was able to prove that the set hook is happening OK. Calling a subsequent .trigger('blur') or .trigger('focus') on the input element doesn't really help.
I created http://jsfiddle.net/rxrmD/3/ to show the issue.
The text was updated successfully, but these errors were encountered: