View on GitHub

Play Framework Html5 Tags

HTML5 input tags module for Play Framework

Download this project as a .zip file Download this project as a tar.gz file

HTML5 input tags for Play Framework

for Java and Scala

This module brings client side validation attributes (required, max|min length, ...) and formats support (date, number, email, ...) to Play 2 templates.

The provided tags can also display forms with special input controls, like a numeric keypad to enter numbers on a smartphone, a calendar for date selection and so on.

Attributes are generated from the constraints defined in the model or in a form mapping.

More information about installation and usage here.