a ValueElement is any element that counts as having a "value" in the context of <uwc-input>.
<uwc-input>
In short its either a <li> element or any other element that has [data-value] set.
<li>
[data-value]
They can be used to specify options within a Popover
With ValueElement it is also possible to "pre-select" values, like this:
a ValueElement is any element that counts as having a "value" in the context of
<uwc-input>.In short its either a
<li>element or any other element that has[data-value]set.Custom popover with values
They can be used to specify options within a Popover
Example
Pre-selecting values
With ValueElement it is also possible to "pre-select" values, like this:
Example