mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [select] automatic-dropdown next focus invalid (#8398)
This commit is contained in:
@@ -770,7 +770,6 @@ export const useSelect = (props, states: States, ctx) => {
|
||||
}
|
||||
|
||||
const toggleMenu = () => {
|
||||
if (props.automaticDropdown) return
|
||||
if (!selectDisabled.value) {
|
||||
if (states.menuVisibleOnFocus) {
|
||||
states.menuVisibleOnFocus = false
|
||||
|
||||
Reference in New Issue
Block a user