subtypes
Define new types to be used with field base types such as button and input.
Usage
var options = {
subtypes: {
text: ['datetime-local']
}
};
$(container).formBuilder(options);
Define new types to be used with field base types such as button and input.
var options = {
subtypes: {
text: ['datetime-local']
}
};
$(container).formBuilder(options);