AlertifyJS
AlertifyJS copied to clipboard
adding number input to confirm dialog
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?
alertify.confirm('Confirm Title', 'Confirm Message <input name = "test" type="text">', function(){ alertify.success('Ok') }
, function(){ alertify.error('Cancel')})
not wokring