mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
fix(components): [el-select-v2] clear created options (#7305)
This commit is contained in:
parent
68452ef386
commit
76297424cd
@ -700,6 +700,7 @@ const useSelect = (props: ExtractPropTypes<typeof SelectProps>, emit) => {
|
||||
states.previousValue = ''
|
||||
}
|
||||
}
|
||||
clearAllNewOption()
|
||||
calculatePopperSize()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user