webix.prompt ?

Hi guys,

Is the implementation of a webix.prompt widget (as replacement of the native window.prompt) in your road map? Maybe with a textarea field instead of a text field?
Of course, it is quite simple to design an own prompt widget. But why not a webix.prompt if you offer a webix.alert?

Have a nice day!

We will consider it.

While alerts and confirms used in many places, native prompt functionality is less popular, so we have ignored it till now.

What is the recommended practice for prompting the user for some text? For example, when clicking a “Save” button, I want to prompt the user for a name.

I usually use native window.prompt, but also have own prompt method which shows webix window and returns string promise.