LoginSignup
34
20

More than 5 years have passed since last update.

<textarea>のplaceholderで改行させる

Last updated at Posted at 2018-04-20

brタグを使わず特殊文字(&#13;&#10;)を使うと改行できる

= text_area :hoge, :huga, placeholder: '1行目&#13;&#10;2行目&#13;&#10;3行目'.html_safe 

スクリーンショット 2018-04-20 17.28.36.png

※OSによって適用されない場合もあるようです。

Chrome Firefox Safari  IE 
Mac × × -
Windows -
34
20
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
34
20