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

label降级到value显示是否合理 #993

Closed
Yueyanc opened this issue Nov 15, 2023 · 1 comment
Closed

label降级到value显示是否合理 #993

Yueyanc opened this issue Nov 15, 2023 · 1 comment

Comments

@Yueyanc
Copy link

Yueyanc commented Nov 15, 2023

      return mergedValues.map((item) => ({
        ...item,
        label: item.label ?? item.value,
      }));

今天用antd,遇到下拉选中之后发现不显示Input框不显示选中项,这块这样感觉会让使用者迷惑

@yoyo837
Copy link
Member

yoyo837 commented Dec 25, 2023

#995

@Yueyanc Yueyanc closed this as completed Dec 25, 2023
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

No branches or pull requests

2 participants