react-component / select

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

当输出框宽度存在小数点时,使用 offsetWidth 获取,会丢失精度 #960

Closed xulingling0 closed 11 months ago

xulingling0 commented 11 months ago
  1. 输出框宽度(129.45px) image

  2. 下拉框宽度 (129px) image

  3. 控制台信息 image

  4. 导致在dropdownMatchSelectWidth={true} 时,文字依然被省略

    image