3lang3 / react-vant

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

πŸ› [Bug]: input clearable not working #634

Closed osmanthustonx closed 1 year ago

osmanthustonx commented 1 year ago

Which React Vant packages are impacted?

What version of React Vant are you using?

^3.2.4

Reproduce live demo(codesandebox or stackblitz)?

https://codesandbox.io/s/an-niu-lei-xing-forked-sep6vk?file=/App.tsx:409-414

Descripition

input ζΈ…ι™€ζŒ‰ιˆ•εŠ onClear η„‘ζ³•ι‹δ½œ

luo3house commented 1 year ago

Please note that React Vant orients mobile-first, try simulate touch events at desktop: https://react-vant.3lang.dev/guide/advanced-usage#%E8%A7%A6%E6%91%B8%E4%BA%8B%E4%BB%B6%E6%A8%A1%E6%8B%9F

osmanthustonx commented 1 year ago

Please note that React Vant orients mobile-first, try simulate touch events at desktop: https://react-vant.3lang.dev/guide/advanced-usage#%E8%A7%A6%E6%91%B8%E4%BA%8B%E4%BB%B6%E6%A8%A1%E6%8B%9F

thanks dudeπŸ₯Ή