We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When I start my single select list with <option></option>, the default text works as expected.
<option></option>
However, this HTML will no longer validate. The error is "Element option without attribute label must not be empty."
Is there a way to use the default text feature using only valid HTML syntax?