ruby on rails - Capitalize f.text_field -


i have form_for , want value inside x.textfield appear first letter in upcase (i'm talking edit textfield prefilled db values).

you can capitalize this:

<%= form_for ... |f| %>   <%= f.text_field :name, :value => f.object.name.capitalize %> 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -