Just a thought...

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,637
2,389
Just thinking, how good would it be if there was a cross-platform property on elements that allow input (text, password. Text area etc) and you could specify what characters display

So instead of the standard keyboard showing up when you click a text field, you could have this in your HTML:

Code:
<input type="text" data-characters="[m,a,r,k,1,2,3]" name="textfield" />

And only the characters:
  • m
  • a
  • r
  • k
  • 1
  • 2
  • 3
Displayed on the keyboard...

Because sometimes you don't want every character. Just a random thought.
 

Sway

Ruby and Python are married.
Dec 19, 2010
194
76
It would be better if it allowed you to specify which characters you don't want displayed on the keyboard.
 

Dicks

Member
Feb 9, 2014
58
19
Can't this be done with Javascript/jQuery? I'm kind of confused on what your question is.
 

Users who are viewing this thread

Top