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
The "escape" sanitization continues to escape input upon repeated blur events.
A possible fix might consist of unescaping input on focus events and including an extra data- attribute on the DOM element to track whether or not input is currently escaped.