shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js

Home Page:https://vue-multiselect.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add a cross icon to remove selected option

gbast0s opened this issue · comments

Hello, I'm using Vue Multiselect on m project and I would like to know if it's any possibility to have the cross to remove the current option if allowEmpty it's true.

When I say to have a cross, I'm talking about in a Multiselect where the user can only choose an option at once and I would like to have something as I show in the picture

image

Currently, the only available option to remove, it's to open and click on the current selected option