AlertifyJS icon indicating copy to clipboard operation
AlertifyJS copied to clipboard

adding number input to confirm dialog

Open kpetrow opened this issue 2 years ago • 1 comments

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 avatar May 16 '23 20:05 kpetrow

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

not wokring

kpetrow avatar May 16 '23 20:05 kpetrow