On Jun 16, 2011, at 17:09, Krissy Masters wrote: > I read somewhere that Mark Story fixed HTML5 in the form helper back in 1.3.6 > yet my 1.3.10 version produces textarea. > > > echo $this->Form->input( > 'User.email', array( > 'type' => 'email', > 'label' => 'Account Email', > 'div' => false, > 'autocomplete' => 'on', > 'placeholder' => 'email > address', > 'error' => false)); > > gives me a textarea field. > > Doing something wrong I misread something about this? > > "Mark Story fixed this problem a while ago > http://cakephp.lighthouseapp.com/projects/42648/tickets/598-support-for-html5-input-types-in-formhelper"
That ticket says "1.3 is feature frozen, but this is something that could be considered for a future release" and "Moving to 2.0 as I think that is a good time to address this." So I think you can expect to see this in CakePHP 2.0, not before. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
