3lang3 / react-vant

React mobile UI Components base on Vant
https://react-vant.3lang.dev
MIT License
1.33k stars 191 forks source link

picker下拉内容为空时,点击取消或者确定报错🐛 [Bug]: #620

Closed drx0811 closed 1 year ago

drx0811 commented 1 year ago

Which React Vant packages are impacted?

What version of React Vant are you using?

v1.4.17

Reproduce live demo(codesandebox or stackblitz)?

No response

Descripition

picker下拉内容为空时,点击取消或者确定报错

image

3lang3 commented 1 year ago

v1吗?先试试v3有没有这个问题吧,没有的话 我同步到v1好了,或者内容为空是 通过visible关闭?

3lang3 commented 1 year ago

https://codesandbox.io/s/qi-yong-dan-chu-ceng-forked-r953lq?file=/App.tsx

v1没有复现出来

drx0811 commented 1 year ago

https://codesandbox.io/s/qi-yong-dan-chu-ceng-forked-r953lq?file=/App.tsx v1没有复现出来

您需要添加上其它属性,defaultIndex,onCancel,onConfirm,用在Popup里面 image

3lang3 commented 1 year ago

@drx0811 在 1.4.19 版本中修复了 https://codesandbox.io/s/qi-yong-dan-chu-ceng-forked-r953lq?file=/App.tsx