gpt4 book ai didi

ruby-on-rails - rails simple_form 阻止选择默认添加空白到集合

转载 作者:行者123 更新时间:2023-12-05 01:19:30 26 4
gpt4 key购买 nike

我正在使用 simple-form gem 中的集合呈现字符串数组,我有 gone through this answer ,但那里的解决方案效果不佳。

这是标签

<%= f.input :training_modes, collection: get_training_modes, include_blank: false, input_html: { multiple: true } %>

但是当我通过这个选择保存时,我得到了这样的数组

["", "Instructor Led Training", "Webex"]

最佳答案

您需要通过 include_hidden: false 选项来删除隐藏字段

<%= f.input :training_modes, collection: get_training_modes, include_blank: false, include_hidden: false, input_html: { multiple: true } %>

希望对您有所帮助!

关于ruby-on-rails - rails simple_form 阻止选择默认添加空白到集合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39422544/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com