Skip to content

Commit

Permalink
Include answer to open questions about error on empty select
Browse files Browse the repository at this point in the history
  • Loading branch information
eyelidlessness committed May 29, 2024
1 parent a60e384 commit ca5afef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/scenario/test/smoketests/form-init.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,15 @@ describe('Form initialization smoke tests', () => {
* We do not currently produce an error when a `<select>` or `<select1>` has
* no options/items.
*
* Original notes included a couple open questions (preserved below for
* context). Answer
* {@link https:/getodk/web-forms/pull/110#discussion_r1614153820 | from review}:
*
* > This is for the very specific case where a select has no inline choices
* > and no valid reference to a secondary instance.
*
* - - -
*
* Open questions:
*
* - Does this expectation apply to `<itemset>`s?
Expand Down

0 comments on commit ca5afef

Please sign in to comment.