Answers for "using text area with placeholder text in form_for rails"

0

text_field_tag placeholder rails

<%= text_field_tag :mother_name, nil, placeholder: 'Some text' %>
Posted by: Guest on February-04-2021

Browse Popular Code Answers by Language