This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
Version 4.1.0
Markup will produce inputs with type="text" inputmode="numeric"
.
These are semantically correct and provides a better experience in most browsers, including mobile. More details in this thread.
Note: This change might break your code if you target the input (in javascript, CSS or cucumber for example) by type="number"
.