select_date/time is the only "select" helper that doesn''t
support the
html_options hash. This should be fixed for 1.0.
Here''s the ticket, with a patch if you need this sooner than that.
http://dev.rubyonrails.org/ticket/847
Richard Livsey wrote:> As far as I can tell, it''s not possible to use html_options in
> conjunction with the select_* helpers.
>
> This means using them in conjunction with observe_field etc is pretty
> much impossible.
>
> Does anyone have a patch to add this functionality, or know of a
> workaround?
>
> I''m having a look at the moment, but not sure how to get it
working
> without breaking existing stuff.
>