LoginSignup
14
16

More than 5 years have passed since last update.

Railsのtext_areaのサイズを指定する。

Posted at

以下のようにサイズ属性を記述する。

_form.html.erb
<div class="field">
<%= f.label :仕事内容 %> + 入力例を表示する
<%= f.text_area :job_description, size: "20x10", class: "form-control" %>
</div>
14
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
16