CINXE.COM
React-Select
<!DOCTYPE html> <head> <meta charset="utf-8" /> <title>React-Select</title> <meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width" /> <meta name="keywords" content="react,reactjs,react component,component,select,form,autocomplete,control,ui,javascript" /> <meta name="description" content="A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support." /> <meta property="og:locale" content="en-us" /> <meta property="og:title" content="React-Select" /> <meta property="og:description" content="A flexible and beautiful Select Input control for ReactJS with multiselect, autocomplete and ajax support." /> <meta property="og:url" content="https://jedwatson.github.io/react-select" /> <meta property="og:site_name" content="React-Select" /> <meta property="og:type" content="article" /> <link rel="stylesheet" href="index.css" /> <link rel="icon" type="image/x-icon" href="favicon.ico" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-122737675-1" ></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-122737675-1'); </script> <!-- NOTE: Include the polyfill below if you are testing the async/await example <script language="javascript" src="https://unpkg.com/babel-polyfill@6.26.0/dist/polyfill.min.js"></script> --> </head> <body> <div id="root"></div> <script src="index.js"></script> </body>