Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <link href="https://cdn.jsdelivr.net/npm/tom-select@2.0.2/dist/css/tom-select.css" rel="stylesheet">
  <script src="https://cdn.jsdelivr.net/npm/tom-select@2.0.2/dist/js/tom-select.complete.min.js"></script>
<body>
  Selections:
  <select multiple id="example1">
    <option>Max Mustermann</option>
    <option>John Doe</option>
    <option>Gernot Willi </option>
  </select>
</body>
</html>
 
(function() {
  new TomSelect("#example1", {
    "shouldLoad": function(query) {return false;},
  });
})();
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers