0

フォームにテキスト入力があります。ユーザーはそこにテキストを入力できますが、同時に、最もよく使用される入力テキストもいくつか提供したいので、ユーザーが入力したいものと同じ場合に備えて、ユーザーは1つのプリセットテキストを選択できます。

コレクション: %w[balalal haha​​h] を試しましたが、これにより、ユーザーが独自のテキストを入力できなくなります。

= f.input :Comment, wrapper: :prepend, label: false do
  %span.add-on
    Comment
    /%i.icon-comment
  = f.input_field :comment, placeholder: 'input your comment here', class: 'span2', size: 30
4

0 に答える 0