Kendo AutoComplete should support input type="number" so that OnScreen Keyboard appears on Numeric Screen when only want Numbers to be input (or at first). Currently it does not (as per support call) so normal alpha OSK appears first and User has to immediatley chnage to Numeric keys. (eg for numeric postcodes etc)
Hi. I set the pattern="[0-9]*" and that seems to do the job for me (for 4 digit numeric postcodes)
Thanks for the suggestion, Keith. Numeric input is supported by our numeric textbox widget, hence you can resort to it (along with the browser's input autocomplete feature) for your scenario. I hope this makes sense.