Can I set multiple default values for Semantic UI's "Multiple Search Selection" type dropdown using HTML?

13 Views Asked by At

Using Semantic UI. I'm looking for a way to define the default selected values in HTML rather than using

set selected([value1, value2])

with JS.

I haven't found any documentation about how to accomplish this using plain HTML and jQuery. Is it a matter of updating option tag attribute values?

0

There are 0 best solutions below