How can user add other elements in bootstrap multiselect rather than selecting available items?
<select id="operation" multiple>
<option>sum</option>
<option>average</option>
</select>
$('#field-column').multiselect({
nonSelectedText: 'select',
maxHeight: 200,});'