When the View returns an empty result, the select element is displayed with no content.
Would rather see one (or choice) of the following:
1 - "Empty text" for the view is displayed.
2 - Element is omitted from form.
3 - Element is omitted from form & "Empty text" for the view is displayed.
Use case: Open Positions form
Scenario 1:
If more than one open position exists, form displays all positions.
If no open positions exist, the select element displays the empty text.
Scenario 2:
If more than one open position exists, form displays all positions.
If no open positions exist, the select element and its label are simply omitted.
Scenario 3:
If more than one open position exists, form displays all positions.
If no open positions exist, the select element and its label are replaced by the empty text for the default View display.
Comments
Comment #1
escoles commented"If more than one open position exists" >> "If the View returns more than one position"
"If no open positions exist" >> "If the View returns no open positions"