I am having a security issue with extjs 6 paging toolbar for grid. i am able to inject xss script in numberfield of paging toolbar.
Following is the fiddle with a paging grid. grid Fiddle link
try pasting this code in the paging toolbar input field to replicate the issue :
<img src=-x onerror="alert (0)";/>
I wish to stop this xss injection. Any help is greatly appreciated.