form.selectを使いたかったので、form_withを使っています。しかし、送信は加工して別でしたいので、保存ボタンを押してもform_withのほうで送信はしないようにしたいです、
現在は、意味のないurlに送信させているので影響はないのですが、無駄な送信をなくしたいため、解決方法を教えていただきたいです。
haml
1= form_with url: 'decoy', method: :post do |form| 2 %table.table.table-sm 3 %th 4 5 %td 6 = form.select :age, options_for_select([*0..100].map{|age| "#{age}歳"}), {include_blank: true}, class: 'form-control',"v-model": 'attribute.age' 7 %button.btn{"@click": "update('age')"} 8 保存 9 10(省略) 11
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。