Add keyboard type hints
This commit is contained in:
parent
3de413c01a
commit
a7a4aee301
@ -75,7 +75,7 @@
|
||||
<div class="item-inner">
|
||||
<div class="item-title item-floating-label">Name</div>
|
||||
<div class="item-input-wrap">
|
||||
<input type="text" id="name" />
|
||||
<input type="text" id="name" inputmode="latin-name" />
|
||||
<span class="input-clear-button"></span>
|
||||
</div>
|
||||
</div>
|
||||
@ -138,7 +138,7 @@
|
||||
<div class="item-inner">
|
||||
<div class="item-title item-floating-label">Name</div>
|
||||
<div class="item-input-wrap">
|
||||
<input type="text" id="name" />
|
||||
<input type="text" id="name" inputmode="latin-name" />
|
||||
<span class="input-clear-button"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -66,7 +66,7 @@
|
||||
<div class="item-inner">
|
||||
<div class="item-title item-floating-label" id="ziptext">ZIP Code</div>
|
||||
<div class="item-input-wrap">
|
||||
<input type="text" id="to_zip" />
|
||||
<input type="text" id="to_zip" inputmode="numeric" />
|
||||
<span class="input-clear-button"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -42,7 +42,7 @@
|
||||
<div class="item-inner">
|
||||
<div class="item-title item-floating-label">Message</div>
|
||||
<div class="item-input-wrap">
|
||||
<textarea id="telegrammessage" rows="5" class="resizable" placeholder="" style="font-family: 'Roboto Mono', 'Ubuntu Mono', 'Courier New', monospace; text-transform: uppercase;"></textarea>
|
||||
<textarea id="telegrammessage" rows="5" class="resizable" placeholder="" inputmode="latin-prose" style="font-family: 'Roboto Mono', 'Ubuntu Mono', 'Courier New', monospace; text-transform: uppercase;"></textarea>
|
||||
<span class="input-clear-button"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user