Displaying 1 result from an estimated 1 matches for "dtfld".
2009 Mar 13
2
date_select and HTML options?
...show up in the generated select elements. I saw something about a
bug/patch. However, as am still learning RoR I didn''t want to jump to
conclusions. Anyone see anything wrong:
<%= f.date_select :expiration_date, :order =>
[:month, :year], :discard_day => true, :class => "dtfld" %>
I''ve also tried:
<%= f.date_select :expiration_date, {:order =>
[:month, :year], :discard_day => true}, :class => "dtfld" %>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Group...