今天在帮朋友看个问题,怎么修改h5软键盘的文字。将右下角的搜索更改为发送。

文档中很多都是修改为前往,搜索,提交等。修改的<input type='search' />属性,其实还是有另外一个属性的:enterkeyhint


 

<input enterkeyhint="enter">
<input enterkeyhint="done">
<input enterkeyhint="go">
<input enterkeyhint="next">
<input enterkeyhint="previous">
<input enterkeyhint="search">
<input enterkeyhint="send">

 

参考:https://stackoverflow.com/questions/22986347/go-vs-return-button-in-ios-keyboard-for-html-input-forms

posted on 2021-10-11 18:00  liumcb  阅读(2061)  评论(0编辑  收藏  举报