We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you disable Dropdown you are still able to change its value:
<Dropdown v-model="selectedItemId" :options="dropdownList.items" option-value="id" option-label="name" placeholder="Select.." disabled></Dropdown>
Activity