mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [el-select-v2] clear created options (#7305)
This commit is contained in:
@@ -700,6 +700,7 @@ const useSelect = (props: ExtractPropTypes<typeof SelectProps>, emit) => {
|
||||
states.previousValue = ''
|
||||
}
|
||||
}
|
||||
clearAllNewOption()
|
||||
calculatePopperSize()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user