mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
@@ -265,7 +265,7 @@ export const useSelect = (props, states: States, ctx) => {
|
||||
input.value?.focus()
|
||||
} else {
|
||||
if (states.selectedLabel) {
|
||||
states.currentPlaceholder = states.selectedLabel
|
||||
states.currentPlaceholder = `${states.selectedLabel}`
|
||||
states.selectedLabel = ''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user