Skip to content

Commit 3e098e6

Browse files
committed
Add required to both how using radio buttons
1 parent b81e539 commit 3e098e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/signup/profile.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
'radio' => {
132132
'data-bind' => "attr: {name: `profile[how_using_book[${abbreviation}]]`,"\
133133
" id: `how_using_book_${abbreviation}_will_recommend`,"\
134-
" checked: $root.howUsingBook()[abbreviation] === 'Confirmed Will Recommend'}"
134+
" checked: $root.howUsingBook()[abbreviation] === 'Confirmed Will Recommend'}",
135+
required: true
135136
}
136137
}
137138
]

0 commit comments

Comments
 (0)