小编Aks*_*esh的帖子

Vuetify 组合框 - 如何禁用在 vuetify 的组合框中输入

vuetify 组合框允许用户在组合框内输入。有关如何禁用此功能的任何线索。

这就是我实现我的组合框的方式。

<v-combobox
:loading="isSurveyBeingPopulated"
class="static--inputs"
color="red"
box
:items="folders"
:rules="[rules.required]"
item-text="value"
dense
placeholder="Select Survey Folder"
item-value="key"
slot="input"
v-model="selectedSurveyFolder">
</v-combobox>
Run Code Online (Sandbox Code Playgroud)

combobox vue.js vuetify.js

7
推荐指数
1
解决办法
7257
查看次数

标签 统计

combobox ×1

vue.js ×1

vuetify.js ×1