salt-ui / saltui

MIT License
238 stars 64 forks source link

search-bar设置value值 搜索框的取消按钮没有了,且搜索的图标跑到了搜索框中间 #328

Closed huzhaohui123 closed 5 years ago

huzhaohui123 commented 5 years ago

请按照以下模板填写,不按照标准模板填写的 issue 将降低处理优先级。

这是一个

SaltUI 版本

4.3.0

浏览器、操作系统等环境信息

win7 安卓 ios

复现步骤

const props = { locale: 'zh_CN', instantSearch: true, hasHistory: true, searchDelay: 450, value:111, onEnter: () => { console.log('enter'); }, onExit: () => { console.log('exit'); }, onChange: (value) => { console.log(Typing>>${value}); }, 添加value值

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.