I am using jQuery Mobile to construct a search dialogue.
The input on the search is numerical so ideally I would like to add a ‘type’ of search and number.
Is this possible?
If not is there an easy work around?
I am using jQuery Mobile to construct a search dialogue. The input on the
Share
You can’t declare the
typetwice, but you can use a pattern:It’s still experimental, so make sure to add an additional (jQuery and/or server-side) validation.