Usage of vue-select component: Currently, I am looking for a way to enable my users to edit data that has already been selected. After going through the documentation, I couldn't find a direct method to achieve this. If anyone has experience working with this component and knows how to implement this feature, your insights would be greatly appreciated.
<v-select :options="myOptions" taggable v-model="value"
</v-select>