Skip to content

Instantly share code, notes, and snippets.

View fgeorges's full-sized avatar

Florent Georges fgeorges

View GitHub Profile
@fgeorges
fgeorges / fomantic-dropdown-search-uris.html
Last active November 1, 2020 14:56
Weird results when searching in a Fomantic dropdown
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script>
<style>
.container {
padding: 5em 0em;
}
.ui.dropdown {