I want to make this textbox indeitable but im not sure how to use ruby to do this can anyone help?
my textbox:
<%= f.text_field :item_name %>
I want to make this textbox indeitable but im not sure how to use ruby to do this can anyone help?
my textbox:
<%= f.text_field :item_name %>
Also, you can use a <div> that's styled like a textbox