2013-12-19 76 views
1

我不想覆蓋date_select的css類。我設法刪除默認的css類(年,月,日),但我無法應用新的css_classes。這是代碼;date_select和html_options

f.date_select(:date, options: { with_css_classes: true }, html_options: { class: "form-control" }) 
+0

嘗試使html_options:HTML: – kddeisz

+0

使用此語法來代替:'f.date_select(:日期,{with_css_classes:真正},{類: 「表格控」})' – MrYoshiji

+0

改變'html_options :'to'html:'得到相同的結果 –

回答

1

我認爲文檔對此很奇怪。我沒有使用with_css_classes: true就得到了最好的結果。只要確保做正確的捲曲放置。像這樣:

f.date_select :date, {}, {:class => "form-control"}