disabledAttrs
Disable attributes for all field types.
List of default attributes:
const attrs = [
'access',
'className',
'description',
'inline',
'label',
'max',
'maxlength',
'min',
'multiple',
'name',
'options',
'other',
'placeholder',
'required',
'rows',
'step',
'style',
'subtype',
'toggle',
'value'
]
Usage
var options = {
disabledAttrs: [
'name'
]
};
$(container).formBuilder(options);