Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…972a71b-da31-0410-b7dd-373b726a5e75
  • Loading branch information
timcharper committed Sep 26, 2007
1 parent 28939e5 commit ae01e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/calendar_date_select.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def calendar_date_select(object, method, options={})

tag = ActionView::Helpers::InstanceTag.new(object, method, self, nil, options.delete(:object))
calendar_date_select_output(
tag.to_input_field_tag(calendar_options[:embedded] ? "hidden" : "text", options),
tag.to_input_field_tag( (calendar_options[:hidden] || calendar_options[:embedded]) ? "hidden" : "text", options),
calendar_options
)
end
Expand Down

0 comments on commit ae01e93

Please sign in to comment.