搜索后关键词就一直在搜索框里,有没有方法可以清空内容
5***@qq.com
- 发布:2019-03-29 14:40
- 更新:2020-10-20 16:05
- 阅读:6685
uniapp自带的导航栏searchinput清空内容?
分类:uni-app
11 个回复
5***@qq.com (作者)
活跃度好低啊,问个问题半天都 没有人回答
用dcloud的遇到问题只能靠自己啊
重剑无锋
// #ifdef APP-PLUS
const currentWebview = this.$scope.$getAppWebview();
currentWebview.setTitleNViewSearchInputText('');
// #endif
可参考https://uniapp.dcloud.io/api/window/window?id=getcurrentpages
8***@qq.com - 前端开发
同问+1
5***@qq.com
这个问题怎么一直没人回答啊?
DCloud_App_Array
目前还不支持设置搜索框上的输入内容,后续会添加新API支持
y***@outlook.com
请问这个问题有解决方案了吗, 清空搜索栏searchinput 内容
DCloud_App_Array
https://www.html5plus.org/doc/zh_cn/webview.html#plus.webview.WebviewObject.setTitleNViewSearchInputText
8***@qq.com - 90It
let webView =this.$mp.page.$getAppWebview();
webView.setTitleNViewSearchInputText('');
y***@outlook.com
请问 H5 端如何清空导航搜索框的内容
cuihai - 程序员
this.$refs.search.cancel();
人鱼公主
用ref绑定,然后通过$refs调用插件内部的clear方法。也可进行其他操作。
详细写法参考 http://wiki.njrgrj.com:8989/webdoc/real/Pub2c90a40970c74da40175450a4b0d0788.html?STATE=0&OPERATE=3