Reputation: 1
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