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);

See it in Action