react-component / select

React Select
https://select.react-component.now.sh/
MIT License
892 stars 452 forks source link

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

Closed Yueyanc closed 6 months ago

Yueyanc commented 7 months ago
      return mergedValues.map((item) => ({
        ...item,
        label: item.label ?? item.value,
      }));

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

yoyo837 commented 6 months ago

https://github.com/react-component/select/pull/995