Custom validator for webix prompt text field

I want to add custom validation for webix prompt where only numbers are allowed to enter in webix prompt how can I achieve this.

Hi, @aditya_yavagal !
webix.prompt is a simple component and i’m afraid there’s no way to add a validation. As a workaround you can create something similar. Please, check the following example: Code Snippet