Hello I have this annoying issue with input fields in Ionic (or maybe Angular in general). If I insert anything like this:
<img src='doesnotexist.jpg' onerror='alert(4)' />
in an input field. It is actually evaluated and an alert is shown. It can then be saved and other users will also be presented with this alert.
Is there any way to prevent this? Thanks!