How to clear all special char for every input

Hello.

I know we can do something with data after input by “on” event.

But i cant apply it for every input.

How to apply it for all view: “text”.

Example case:
Every view: “text” will remove character “*”

Good day @duynq2197 ,
You may use queryView method to get all text views from a widget (a layout or a form, for example) and attach any event to them.
Check the example: Code Snippet .

Hello. It seem good. Does webix have any function to remove XSS attack? Because I can save HTML tags