*** Feature Request created by Telerik by Progress staff ***
This feature request will allow developers to set inputmode to components like NumericTextBox, DatePicker, and etc. Making mobile users experience better as it will require the Virtual Numeric keyboard to be opened instead of the default that includes letters.
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode
As at this current time the developers are required to select the element using querySelector and setAttribute as demonstrated in the following demo with DatePicker:
https://stackblitz.com/edit/angular-qlnyzv?file=app/app.component.ts
This functionality is requested in the following threads:
https://github.com/telerik/kendo-angular/issues/3076
Ticket reference - 1486073, 1493791, and 1541636.