LoginSignup
0
0

More than 3 years have passed since last update.

Rails5 slim bootstrap4 placeholderの反映

Posted at

Rais5でBootstrap4を使用した際にplaceholderが反映されなかった時のメモ

slim使用しているとbootstrapの記載で迷うことが多くて、、

今回はplaceholderを反映させる記載方法メモ

=f.text_field :term, class: 'form-control', :placeholder => '※月※日〜※月※日、平日※時〜※時の間'

私はこの記載で反映されました。
バージョンによって違ったり、slimでの記載方法もあるのでちょっとたどり着くのに時間がかかりました。。

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