How would one set
:id => simpleformコレクション入力フィールドの "myvalue"? およびまたは補足として、id => "age_from" のように age_from の ID を設定しようとしても、両方を行う方法がわかりません。これらに関するドキュメントが非常に不足しているようです。
私が思いつくことができるすべての可能な組み合わせを試しました:
= f.input_field :age_to,
:label => "Age from",
:collection => 18..60,
:select => 19 <------- set this to '19' for this collection?
:style => "width: 50px !important",
:id => "myid" <------- how to set id for this collection?