The original Semantic UI Dropdown implementation supports the standard HTML select feature of autoselecting the option matching a typed input
After clicking on the Dropdown under the Selection subheader in the Semantic UI Dropdown documentation page, if you start typing "Fe" the "Female" option will autoselect.
Clicking the first select on the ng-semantic-ui Select documentation page does not support this functionality.