![]() |
VOOZH | about |
Bulma is a free, open-source CSS framework based on flexbox. It is component-rich, compatible, and well documented. It is highly responsive in nature. It uses classes to implement its design.
Bulma multiple select is used to create a style of multiple select dropdown items. The multiple select items are created by using is-multiple modifiers by using the HTML <select> multiple attributes.
Multiple select classes:
Syntax:
<div class="select is-multiple"> <select multiple size=""> <option value=""> ... </option> </select> </div>
Example:
Output:
👁 Bulma Multiple selectReference: https://bulma.io/documentation/form/select/#multiple-select