Skip to content

Commit

Permalink
Merge pull request #485 from jxzho/master
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
Tyh2001 authored Jun 14, 2024
2 parents 8bad95a + 295b9d1 commit b063e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fighting-design/select/src/select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
const inputBlur = (): void => {
isFocus.value = false
// 失去焦点的时候如果子节点的 title 中不包含输入项目,则情况文本框的内容
// 失去焦点的时候如果子节点的 title 中不包含输入项目,则清空文本框的内容
if (!isHaveValues.value) {
inputValue.value = ''
}
Expand Down

0 comments on commit b063e31

Please sign in to comment.