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

3.0 - Add $attr option for datetime parts select lists. #5829

Closed
commercial-hippie opened this issue Feb 4, 2015 · 5 comments
Closed

3.0 - Add $attr option for datetime parts select lists. #5829

commercial-hippie opened this issue Feb 4, 2015 · 5 comments
Milestone

Comments

@commercial-hippie
Copy link

The following functions don't support adding HTML attributes:

$this->Form->year()
$this->Form->month()
$this->Form->day()
$this->Form->hour()
$this->Form->minute()
$this->Form->second()
$this->Form->meridian()

I will try do this one myself if its a good idea? 😄

@commercial-hippie commercial-hippie changed the title Add $attr option for datetime parts select lists. 3.0 - Add $attr option for datetime parts select lists. Feb 4, 2015
@markstory markstory added this to the 3.0.0 milestone Feb 4, 2015
@markstory
Copy link
Member

I think it makes sense to support HTML attributes. How do you feel about adding an $attributes parameter? This would make these methods work like FormHelper::select() does.

@dereuromark
Copy link
Member

👍

@andrecavallari
Copy link

Following... I tried to modify by my own, but didnt success... =(

@markstory markstory assigned markstory and unassigned markstory Feb 4, 2015
@mhagenbruch
Copy link

Does anybody know when this feature will be implemented in core?

@ADmad
Copy link
Member

ADmad commented Feb 12, 2015

Fixed in #5861

@ADmad ADmad closed this as completed Feb 12, 2015
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

6 participants