Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(select): 【全部】选项文案需要支持自定义 #2208

Open
wants to merge 7 commits into
base: staging
Choose a base branch
from

Conversation

lhzzforever
Copy link
Collaborator

@lhzzforever lhzzforever commented Nov 21, 2024

feature: upload组件预览事件提供文件列表数据(#2203)
feature(select): 【全部】选项文案需要支持自定义(#2212)

@lhzzforever lhzzforever changed the title feature: upload组件预览事件提供文件列表数据 bugfix(tagInput): 自定义tag标签,标签内容中间有空格按enter保存后空格会被替换掉 Nov 22, 2024
@@ -772,7 +772,8 @@ export default defineComponent({
}
return true;
};

const isObject = typeof item === 'object';
newValue = isObject ? item[saveKey] : item.trim();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

企业微信截图_35d426cb-22be-472c-b9cf-7047b3edad3d

根据 type 已经可以确认值类型了,这个判断也可以加同时 type 看看是不是可以省略

@lhzzforever lhzzforever changed the title bugfix(tagInput): 自定义tag标签,标签内容中间有空格按enter保存后空格会被替换掉 feature(select): 【全部】选项文案需要支持自定义(#2212) Dec 5, 2024
@lhzzforever lhzzforever changed the title feature(select): 【全部】选项文案需要支持自定义(#2212) feature(select): 【全部】选项文案需要支持自定义 Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants