簡體   English   中英

如何使用戶能夠編輯Vue-Select組件中已選擇的數據?

[英]How to give the user the ability to edit already selected data in the vue-select component?

我有vue-select組件: https : //sagalbot.github.io/vue-select/ ,我想讓我的用戶能夠編輯已經選擇的數據,我在文檔中沒有找到這樣的機會,也許有人處理過與此組件,並會告訴。

<v-select :options="myOptions" taggable v-model="value" </v-select>

在此處輸入圖片說明

該功能稱為“標記”,Vue Select通過可標記道具支持它:

<v-select taggable></v-select>

如果您想了解更多信息,也可以在文檔中找到: Vue Select-Tagging

維護者回答說,現在沒有這種可能性。

https://github.com/sagalbot/vue-select/issues/806

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM