Skip to content

Commit 96f7653

Browse files
committed
Show no results message if license dropdown if empty after filtering
1 parent 028ef40 commit 96f7653

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/components/ScreenLicense.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,15 @@
2727
v-bind:error-message="''"
2828
v-on:filter="licenseFilterFunction"
2929
v-on:update:model-value="setLicense"
30-
/>
30+
>
31+
<template #no-option>
32+
<q-item>
33+
<q-item-section class="text-grey">
34+
No results
35+
</q-item-section>
36+
</q-item>
37+
</template>
38+
</q-select>
3139
</div>
3240

3341
<div id="form-button-bar">

0 commit comments

Comments
 (0)