ant-design / antd-mobile-samples

antd-mobile samples
1.15k stars 1.09k forks source link

SearchBar onCancel事件 不自动收缩input #85

Closed zmm2tysu closed 5 years ago

zmm2tysu commented 5 years ago

SearchBar组件如果input有内容,点取消没有反应,官网例子也是一样的表现; 另:在onCancel里面调用SearchBar引用的doClear方法,报错:Maximum call stack size exceeded,请问doClear的时机

zmm2tysu commented 5 years ago

看源码,发现调用ref.doClear(false)就能清空内容同时收回去了