anjlab / anjlab-widgets

UI Widgets on top of anjlab-bootstrap-rails
MIT License
54 stars 15 forks source link

add placeholder functionality to date and time inputs in simpleform #18

Closed barelyknown closed 10 years ago

barelyknown commented 10 years ago

Allows placeholders to be set for date and time in the same way that classes are:

f.input :when, input_html: { date_placeholder: "Date", time_placeholder: "Time" }

yury commented 10 years ago

Thank you, v3.0.1 released.