vue-js v2.3.3
vue-select v2.2.0
<!-- multiple selection not allowed -->
<v-select label="name"
:debounce="250"
:on-search="getCategories"
:on-change="onChangeParent"
:options="searchedCategories"
placeholder="Search category">
</v-select>

As you can see in screenshot there is no close button to clear the select box. Once item has been selected there no way to undo.
But if multiple selection are allowed then it shows close button next to each selected item.

P.S: Backspace does clear the selection, but it would be nice to have a visible clear button
Agreed! This is on the roadmap:
add 'x' clear button. Going to close this for now but I'll let you know when it's complete.
Agree To, how to clear 馃憤
Most helpful comment
Agreed! This is on the roadmap:
add 'x' clear button. Going to close this for now but I'll let you know when it's complete.