MohammadYounes / AlertifyJS

A javascript framework for developing pretty browser dialogs and notifications.
https://alertifyjs.com
GNU General Public License v3.0
2.08k stars 303 forks source link

adding number input to confirm dialog #259

Open kpetrow opened 1 year ago

kpetrow commented 1 year ago

When i add an input field to my confirm text i can not alter the input. When it is a number i can use the number buttons but can not type. Any hints?

kpetrow commented 1 year ago
alertify.confirm('Confirm Title', 'Confirm Message <input name = "test" type="text">', function(){ alertify.success('Ok') }
                , function(){ alertify.error('Cancel')})

not wokring