Escape special characters without loosing data
I had an use case, where I had to escape all special characters, but still, only to ignore/replace them simultaneously the user is typing, instead of entering everything, and the system does this after you click away. Usually we use onChange CSJS fo...
