Masked Text Box allows you to put in a numeric mask, however, on the mobile it pops up the full keyboard.
If I do something like
<ejs-maskedtextbox mask="90:00" :htmlAttributes="numerics" floatLabelType="Never" placeholer="HH:MM" :value="hhmm"> </ejs-maskedtextbox>
with
numerics:{
type:"number"
},
it will popup the correct numeric keypad, however it destroys the masked entry. Is there a way to do this without killing the control?