mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Have numeric keyboard for SpinBox
This commit is contained in:
parent
4d7bdbce1f
commit
0c49f6c08b
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
<input
|
||||
type="number"
|
||||
pattern="[0-9]*"
|
||||
inputmode="numeric"
|
||||
{min}
|
||||
{max}
|
||||
bind:value
|
||||
|
|
Loading…
Reference in a new issue