Skip to content

Commit

Permalink
RB w/text update #425
Browse files Browse the repository at this point in the history
  • Loading branch information
danielruss committed Jul 20, 2023
1 parent e087563 commit 3a67cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions questionnaire.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ export function textboxinput(inputElement, validate = true) {
// BUG 423: radio button not changing value
let radioWithText = inputElement.closest(".response")?.querySelector("input[type='radio']")
if (radioWithText ){
radioWithText.click()
radioAndCheckboxUpdate(radioWithText)
}

Expand Down

0 comments on commit 3a67cbc

Please sign in to comment.