fix(components): [select] change states.filtertedOptionsCount to filteredOptionsCount.value (#19010)

This commit is contained in:
dopamine
2024-11-26 10:04:02 +08:00
committed by GitHub
parent e3290e112d
commit 976f5e5088

View File

@@ -738,7 +738,7 @@ export const useSelect = (props: ISelectProps, emit) => {
}
if (
states.options.size === 0 ||
states.filteredOptionsCount === 0 ||
filteredOptionsCount.value === 0 ||
isComposing.value
)
return