best_in_place icon indicating copy to clipboard operation
best_in_place copied to clipboard

datepicker not working (CSS/JS issues)

Open alaarab opened this issue 8 years ago • 0 comments

Hello, when I am using

<%= best_in_place site, :somedatefield, :as => :date, :inner_class => 'form-control' %>

The javascript generates incorrect HTML, which does not match up with jquery-UI CSS files. It is generating code with class datepicker, with further incorrect HTML. It should generate code with ui-datepicker CSS.

alaarab avatar May 08 '16 19:05 alaarab