Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Version 4.1.0

Compare
Choose a tag to compare
@zheileman zheileman released this 28 Aug 14:27
· 16 commits to master since this release
4fb994b

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".