DiogenesAnalytics / parley

Browser-based interview/application form.
https://diogenesanalytics.com/parley/
MIT License
0 stars 3 forks source link

Error: Select Without Default Causes Require Tests to Fail #27

Open DiogenesAnalytics opened 6 months ago

DiogenesAnalytics commented 6 months ago

Problem

Currently it is possible to conigure a select question with NO default option ... but this means (even when required) it will consider the first option as selected (and hence the JS code will consider the question answered). This causes any test for submission or download to fail ... because they expect a required question to be highlighted in red (when not filled out) ...