Semantic is a UI component framework based around useful principles from natural language. Forkable JSFiddle: https://jsfiddle.net/ca0rovs3/
Hello,
I cannot populate a dropdown from the javascript. Below is the code.
html
<div class="ui fluid search selection dropdown values">
<input type="hidden" name="values" selectOnBlur={false}>
<i class="dropdown icon"></i>
<div class="default text">Select</div>
<div class="menu">
</div>
</div>
JS
$('.ui.dropdown.values').dropdown({values:[{name:"oi",value:32},{name:"yo",value:2}]})
for some reason i am not able to fill up the options. I tried something similar on the Semantic UI dropdown page, I was able to successfully populate there.
Can somebody please help me out.
site.variables
$('.ui.modal')
.modal()
.modal('attach events', '.button_1', 'show')
.modal('attach events', '.button_2', 'show')
;
Hey guys I'm having some trouble with getting API and multiple search selection dropdown to work.
Here is the JSFiddle: https://jsfiddle.net/8faLxstb/
The issue I'm having is that when I select an item in the list and then click back in the input box as if to search for a new term, the list of items is repopulated including the already selected items (which should normally be excluded as they are already selected)
<Image size="medium" src="https://s3.amazonaws.com/uifaces/faces/twitter/coreyginnivan/128.jpg" circular />