mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
fix(components): select v2 remote method trigger reset value when blur (#7569)
This commit is contained in:
parent
b2e7477f51
commit
f30b994d66
@ -709,6 +709,7 @@ const useSelect = (props: ExtractPropTypes<typeof SelectProps>, emit) => {
|
||||
// the purpose of this function is to differ the blur event trigger mechanism
|
||||
} else {
|
||||
states.displayInputValue = ''
|
||||
states.previousQuery = null
|
||||
createNewOption('')
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user