How to use regex in input field.

What i want that first word can’t be taken as a space in input box.

Hello @Naufil ,
As a solution, you can try to use onKeyPress event in order to prevent the input of unwanted characters.
Please take a look the next snippet:
https://snippet.webix.com/upwxa2aw

Thank you @annazankevich.