0

シンプルフォームのgemを使用するレールビューにこのコードがあります。

<%= simple_form_for :beta_signup, :url => url_for(:action => 'update', :controller => 'survey'), :html => { :id => 'info-form' } do |beta_signup| %>
<%=   beta_signup.collection_radio_buttons :this_excited, [[0,'Not really excited at all'], [1,''], [2, ''], [3, ''], [4, 'Super Excited!!']], :first, :last, :checked => 2, required: false %>
<% end %>

そして、真ん中のラジオボタンの空白を表示する代わりに、「これは興奮 1」、「これは興奮 2」、「これは興奮 3」を表示します。中央の 3 つのラジオ ボタンにラベルを表示しないようにする方法はありますか?

" " を入れても機能しません ("This exposed 1" と表示されます)。また、" " と "\t" は機能しません (それぞれ " " と "\t" と表示されます)。

4

0 に答える 0