You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the modal element id was wrong: should be softModalResponseBody
There is a bootstrap 4/5 change with modal. In BS4 you use data-dismiss="modal" to hide the modal in BS5 you use data-bs-dismiss="modal". Because the PWA uses BS4 and Quest Dev tool uses BS5... add both. Consider if we should be using Bootstrap so deeply in quest, even though I really like it.
useing Tony's test module:
Uncaught TypeError: Cannot set properties of null (setting 'innerText')
at textboxinput (questionnaire.js:557:19)
at HTMLInputElement.textBoxInput (questionnaire.js:422:3)
textboxinput @ questionnaire.js:557
textBoxInput @ questionnaire.js:422
The text was updated successfully, but these errors were encountered: