CreativeBulma / bulma-tagsinput

Bulma's extension providing user interface to manage tags supporting autocomplete.
MIT License
63 stars 21 forks source link

Tags still removable when select is disabled #3

Closed sippeangelo closed 4 years ago

sippeangelo commented 4 years ago
<select multiple data-type="tags" disabled>
    <option value="one" selected>One</option>
    <option value="two">Two</option>
    <option value="three">Three</option>
</select>

Tags can still be removed by clicking the delete button.