0
如何使用Ruby我添加了一個大膽的標題(又名optgroup)
與select2
如何使用.select2加粗標題?
<%= @challenge.select(:name, [[], ['optgroup label: Mind'], ['Write a Book'], ['Paint a Picture'], ['optgroup label: Body'], ['Run a 5K'], ['Lose 10 Pounds']]) %>
$('select').select2({
placeholder: "Enter Challenge",
theme: "bootstrap",
allowClear: false,
tags: true,
multiple: false,
});
我有一個很難轉換這裏提供一個解決方案紅寶石答案:Select2 - How to insert a bolded headline?
這個文檔很混亂。你能幫我麼?我將如何列出模型中的挑戰?文檔只是顯示不同模型之間的關係。然後我想我可以通過'@ challenge.grouped_collection_select(:name)'來稱呼那些挑戰+ optgroup標籤? –
已更新爲示例代碼。 – danielrsmith