修改h5軟鍵盤文字,將搜索修改為發送


今天在幫朋友看個問題,怎么修改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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM