Closed philfreo closed 11 years ago
https://github.com/powmedia/backbone-forms/blob/master/src/editors/select.js#L180
Currently you can only specify the <option> value and label text.
<option>
value
I'd like to be able to set additional html properties on the <option> tag like:
{ val: 'value', label: 'Label', attrs: { disabled: 'disabled' } }
dupe of #141
https://github.com/powmedia/backbone-forms/blob/master/src/editors/select.js#L180
Currently you can only specify the
<option>
value
and label text.I'd like to be able to set additional html properties on the
<option>
tag like:{ val: 'value', label: 'Label', attrs: { disabled: 'disabled' } }