best_in_place
best_in_place copied to clipboard
datepicker not working (CSS/JS issues)
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.