semantic-ui dropdown menu do not work
One way is JS where you need to initialise script. Other way is to add a class "simple" to dropdown
<div class="ui simple dropdown item">
You need to initialize your dropdown like so:
$('.ui.dropdown')
.dropdown();
There is more information HERE