Set default language for HTML input`s

后端 未结 2 1512
渐次进展
渐次进展 2020-12-06 11:16

How to set default keyboard layout for input boxes, for example when the page gets loaded, we can type in an input text with another keyboard language else than English?

2条回答
  •  遥遥无期
    2020-12-06 11:54

    I'd think about the lang attribute. But this is meta-information, I'm really not sure the browser will do anything with it. Never tried it myself.

    
    

提交回复
热议问题