Commit d9d87a6
committed
fix: pass merged_input_options to check_box in ToggleInput
The check_box was called with empty options, losing the form attribute
needed when the input is defined outside the form tag via HTML5 form
association. This worked in ViewComponent v3 due to the ActionView::Base
capture compatibility patch, which was removed in v4.1 parent cb95fd2 commit d9d87a6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
0 commit comments