我試圖在我的autocomplete_field上顯示一個默認值,同時允許用戶也查找來自同一字段的其他選項。Rails - 爲自動填充字段設置默認值
我已經嘗試過其他帖子所建議的以下內容,方法是:將value設置爲我希望的值作爲默認值;但是,它不會通過驗證。
<%= f.autocomplete_field :brand_name, autocomplete_brand_name_products_path, :value => current_user.name %>
寶石: https://github.com/crowdint/rails3-jquery-autocomplete
我感謝所有幫助提前!
你有什麼樣的驗證? – Mattherick