How make a radio button a required field without preselecting any of the radio button options?

后端 未结 0 993
别跟我提以往
别跟我提以往 2020-12-04 13:03

This explains how to make a radio button a required field:

<%= radio_button_tag(:model_id, model.id, false, required: \'required\') %>

相关标签:
回答
  • 消灭零回复
提交回复
热议问题