mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [select] change states.filtertedOptionsCount to filteredOptionsCount.value (#19010)
This commit is contained in:
@@ -738,7 +738,7 @@ export const useSelect = (props: ISelectProps, emit) => {
|
||||
}
|
||||
if (
|
||||
states.options.size === 0 ||
|
||||
states.filteredOptionsCount === 0 ||
|
||||
filteredOptionsCount.value === 0 ||
|
||||
isComposing.value
|
||||
)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user