Dan Smith
Dan Smith

Reputation: 1

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

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?

Upvotes: 0

Views: 17

Answers (0)

Related Questions