Editor, restrict input to numeric only.
Editor, restrict input to numeric only.

Is there a way to do this?
I can't see but assume it is there somewhere.
Mick
This question has an accepted answers - jump to answer
This discussion has been closed.
Is there a way to do this?
I can't see but assume it is there somewhere.
Mick
This question has an accepted answers - jump to answer
Answers
The way to do this is to use the
attr
option of thetext
field type, which will let you set attributes, including the input type:In that way you can use any of the HTML5 input types!
Allan
Brilliant. I knew there would be a way.