forked from opentiny/tiny-vue
fix(select): fix select for no-match-value 's bug (#1926)
This commit is contained in:
parent
b5b6cb4789
commit
20eac4b9c8
|
@ -383,7 +383,7 @@ const getOptionOfSetSelected = ({ api, props }) => {
|
|||
}
|
||||
|
||||
// tiny 新增
|
||||
if (!option.currentLabel) {
|
||||
if (!option.state.currentLabel) {
|
||||
api.clearNoMatchValue('')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue