UnPourTous / react-native-search-list

A searchable ListView which supports Chinese PinYin and alphabetical index.
https://github.com/UnPourTous/react-native-search-list
159 stars 66 forks source link

fix didn't show mask when searchInput value was empty #21

Closed tong233 closed 5 years ago

tong233 commented 6 years ago

修复清空搜索框,没有像第一次进来那样显示遮罩层。需要检查我把parseInitList的this.setState({ isSearching: false })去掉了,是否会影响到其他地方?我目前运行正常。