Semantic is a UI component framework based around useful principles from natural language. Forkable JSFiddle: https://jsfiddle.net/ca0rovs3/
Here's my HTML
<div class="ui fluid dropdown ListQuestion selection" tabindex="0"><select id="Responses_35_ListTypeQuestion">
<option value="">Select an option</option>
<option value="1" data-text="Low - Please refer guidance document">Low - Please refer guidance document</option>
<option value="2" data-text="Medium - Please refer guidance document">Medium - Please refer guidance document</option>
<option value="3" data-text="High - Please refer guidance document" selected="">High - Please refer guidance document</option>
<option value="3" data-text="Unknown - Please refer guidance document">Unknown - Please refer guidance document</option>
</select><i class="dropdown icon"></i><div class="text">Unknown - Please refer guidance document</div><div class="menu hidden transition" tabindex="-1"><div class="item" data-value="" data-text="Select an option">Select an option</div><div class="item" data-value="1" data-text="Low - Please refer guidance document">Low - Please refer guidance document</div><div class="item" data-value="2" data-text="Medium - Please refer guidance document">Medium - Please refer guidance document</div><div class="item" data-value="3" data-text="High - Please refer guidance document">High - Please refer guidance document</div><div class="item active selected" data-value="3" data-text="Unknown - Please refer guidance document">Unknown - Please refer guidance document</div></div></div>
It lives on here https://fomantic-ui.com
Thanks, but I know that. I am just wondering is SemanticUI totally dead. As FomanticUI started as temporary fix for inactivity in original project with plan at somepoint maybe merged back in. It too is great work but I worry about it's longevity as that too is (AFAIK) personal project of one man.
Last information I have is creator telling this is not generating enough monay via donations that he can affort to work on this full time and him saying he still continues support with patches every few months. Which has not been the case. Fair enough, as he donated a lot of his time on this and this has been great help for may poeple so I for one am grateful to him. I have no issues with his desicion. I just would like to know is there a chance this would still be viable tool to use.
I have tried to use
$('.ui.search').search('set', 'test');
but it doesn't work
This isnt implemented tpo be called from outside. It's bound to the keyboard handler when a return is typed or the search icon clicked. Try the behavior "event result click" This is at least the function which is called