Skip to content

Commit d2ac9f8

Browse files
committed
fix(VCombobox): hideNoData by default
1 parent 7011eda commit d2ac9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VCombobox/VCombobox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const makeVComboboxProps = propsFactory({
7272
delimiters: Array as PropType<readonly string[]>,
7373

7474
...makeFilterProps({ filterKeys: ['title'] }),
75-
...makeSelectProps({ hideNoData: false, returnObject: true }),
75+
...makeSelectProps({ hideNoData: true, returnObject: true }),
7676
...omit(makeVTextFieldProps({
7777
modelValue: null,
7878
role: 'combobox',

0 commit comments

Comments
 (0)