Closed
Description
After upgrading, the following mark-up behaves incorrectly:
<input type="number" id="timeout" data-validation="number"
data-validation-optional="true"/>
The field seems to always be validated even though data-validation-optional is marked as false. In v. 2.2.1 this worked fine and only validated when a value was entered.
Changing the input type to text seems to fix this, but it's not semantic so that's a hack.