I haven't tested many of the new HTML5 input types but I am unable to assertField on type="email"
We had the same problems.
The problems can be solved via adding those types to the "tag.php". Modify the method "createInputTag" to your needs. Also this should be fixed in the next release!
This are the missing types: http://www.w3schools.com/html5/html5_form_input_types.asp
Log in to post a comment.
We had the same problems.
The problems can be solved via adding those types to the "tag.php". Modify the method "createInputTag" to your needs. Also this should be fixed in the next release!
This are the missing types: http://www.w3schools.com/html5/html5_form_input_types.asp