Open kpetrow opened 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?
alertify.confirm('Confirm Title', 'Confirm Message <input name = "test" type="text">', function(){ alertify.success('Ok') } , function(){ alertify.error('Cancel')})
not wokring
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?