Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea not implemented #133

Closed
nicls opened this issue Mar 9, 2016 · 2 comments
Closed

Textarea not implemented #133

nicls opened this issue Mar 9, 2016 · 2 comments

Comments

@nicls
Copy link

nicls commented Mar 9, 2016

Hello,

it seems to me that the Form-Element 'textarea' is not implemented!?

Regards,
cls

@ADmad
Copy link
Member

ADmad commented Mar 9, 2016

What did you try? What did you get? What did you expect?

@ADmad ADmad added the on hold label Mar 9, 2016
@thinkingmedia
Copy link
Contributor

@nicls Don't use $this->Form->textarea(...) instead use $this->Form->input('name',['type'=>'textarea']);

This is the same for select options. It would be nice if the helper worked for specific input types.

@ADmad ADmad added enhancement and removed on hold labels Mar 13, 2016
@ADmad ADmad closed this as completed Mar 13, 2016
ADmad added a commit that referenced this issue Mar 14, 2016
This allows the class to be added even when using input specific methods.
Refs #133.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants