added several of the new html5 form elements. added support for attributes such as required, autofocus, etc.
This commit is contained in:
@@ -19,6 +19,7 @@ return array(
|
||||
|
||||
'GET /' => function()
|
||||
{
|
||||
return Form::input('email', 'email', '', array('required', 'class' => 'awesome'));
|
||||
return View::make('home/index');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user