Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Hobo Rails 的表单中使用单选按钮?我想要一个有两个选项“男性”和“女性”的性别字段。如果我使用默认的 enum_string 类型,它会创建下拉选择而不是单选按钮。
Hobo 目前不支持单选按钮。你必须自己做。这篇文章中定义了一个半完整的标签。