Semantic is a UI component framework based around useful principles from natural language. Forkable JSFiddle: https://jsfiddle.net/ca0rovs3/
$('.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 />
onChange={this.rhandleChange.bind(this)}