0

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,});'

enter image description here

  • Does this answer your question? [How to create a Dynamic Bootstrap Multiselect](https://stackoverflow.com/questions/30300621/how-to-create-a-dynamic-bootstrap-multiselect) – Peter Krebs Aug 11 '21 at 12:36

0 Answers0