0
0

More than 3 years have passed since last update.

maxlengthオプション

Posted at

maxlengthオプション

text_fieldにつけることができるオプションです。ユーザー登録のニックネームなど入力できる最大文字数を指定することができます。

【例】

<div class="XXXX">
  <%= f.text_field :nickname, autofocus: true, maxlength: "8" %>
</div>

上記の場合だと最大文字数が8文字までと指定できます。

0
0
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
0
0