fix(components): [el-select-v2] clear created options (#7305)

This commit is contained in:
joson 2022-04-26 09:13:56 +08:00 committed by GitHub
parent 68452ef386
commit 76297424cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -700,6 +700,7 @@ const useSelect = (props: ExtractPropTypes<typeof SelectProps>, emit) => {
states.previousValue = ''
}
}
clearAllNewOption()
calculatePopperSize()
}