Skip to content

Added support for input_html value option#12

Open
adriantoman wants to merge 1 commit into
mspanc:masterfrom
adriantoman:master
Open

Added support for input_html value option#12
adriantoman wants to merge 1 commit into
mspanc:masterfrom
adriantoman:master

Conversation

@adriantoman

Copy link
Copy Markdown

It is now possible to pass something like this to datetime_picker:
<%= a.input :scheduled_at, :as => :just_datetime_picker, :input_html => { :value => {:combined_value => @scheduled_at,:date => @scheduled_at.to_date}} %>

It is not possoble to pass something like this to datetime_picker:
<%= a.input :scheduled_at, :as => :just_datetime_picker, :input_html => { :value => {:combined_value => @scheduled_at,:date => @scheduled_at.to_date}} %>
@jdurand

jdurand commented Jan 21, 2014

Copy link
Copy Markdown

+1

@vasilakisfil

Copy link
Copy Markdown

+1
Are you going to merge it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants