TextField that will only default to numeric keyboard on iOS

Hi everyone,

Do you know of a way to setup a TextField so that the numerical keyboard is shown instead of the regular one (cfr. a type attribute “number” in the input element)? Users are finding it annoying to always have to switch to the numeric keyboard for certain fields (these have to be filled out several hundred times per day!). Most related posts pertain to restricting the input to numbers which is not a problem.

Thanks,

William

Some useful answers on [stackoverflow]
(https://stackoverflow.com/questions/55818083/vaadin-textfield-that-will-only-default-to-numeric-keyboard-on-ios)