fabien-d / alertify.js

JavaScript Alert/Notification System
http://fabien-d.github.com/alertify.js/
4.26k stars 726 forks source link

Multiple inputs when using prompt #234

Open JoseRoman opened 10 years ago

JoseRoman commented 10 years ago

Is it possible to have more than 1 input in alertify.js?

Guiming commented 10 years ago

I also came up this question..... Did you get feedback or figure out a work around?

fabien-d commented 10 years ago

It is not possible. Alertify.js mimics the native dialogs and the prompt dialog is a single input.