Answers for "simple form give text and class to label boolean"

0

simple form for add id to input

<%= f.input :name, input_html: { id: "name" } %>
Posted by: Guest on November-23-2020
0

remove select simple form for time

f.input :start_date, as: :time, html5: true
Posted by: Guest on December-06-2020

Browse Popular Code Answers by Language