Fomantic-UI Dropdown initialization settings

Investigating poss phantom onChange event firings in dropdown.

HTML

<script src="https://unpkg.com/fomantic-ui@%5E2.10.0-beta/dist/semantic.js"></script>
<link rel="stylesheet" href="https://unpkg.com/fomantic-ui@%5E2.10.0-beta/dist/semantic.css">
<div id="d"></div>

CSS

body {
  padding: 2em;
}

JavaScript

$('#d').text('Fomantic-UI sandpit with the latest beta sources');