Input Dialog

Options and examples ( still work in progress )

1.0.0
QT.CreateBox(data) 

title : Input header, 
data = {
    label : displayed text for input field 
    type : input field type # number, input, select, multi-select, date #
    required : boolean (optional) # if is true field is required that form can be confirmed 
    icon : string (optional) #font awesome library#
    checked : boolean # true or false ( only for checkbox type  ) #
}

Last updated