{"id":27569428,"url":"https://github.com/paypal/downshift","last_synced_at":"2025-04-21T00:01:33.766Z","repository":{"id":37431576,"uuid":"98315735","full_name":"downshift-js/downshift","owner":"downshift-js","description":"🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.","archived":false,"fork":false,"pushed_at":"2025-03-14T08:19:03.000Z","size":2627,"stargazers_count":12197,"open_issues_count":49,"forks_count":935,"subscribers_count":81,"default_branch":"master","last_synced_at":"2025-04-19T22:17:33.060Z","etag":null,"topics":["accessible","autocomplete","autoselect","autosuggest","combobox","dropdown","multiselect","react","select","wai-aria"],"latest_commit_sha":null,"homepage":"http://downshift-js.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/downshift-js.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-25T14:31:42.000Z","updated_at":"2025-04-18T10:22:42.000Z","dependencies_parsed_at":"2023-12-26T13:00:07.355Z","dependency_job_id":"a25489e1-c111-4200-babd-ffbdc1f7eefb","html_url":"https://github.com/downshift-js/downshift","commit_stats":{"total_commits":743,"total_committers":214,"mean_commits":3.47196261682243,"dds":0.7711978465679676,"last_synced_commit":"a5d6310281e50e4fe91037de77f99d67955e7700"},"previous_names":["paypal/downshift"],"tags_count":282,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downshift-js%2Fdownshift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downshift-js%2Fdownshift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downshift-js%2Fdownshift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/downshift-js%2Fdownshift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/downshift-js","download_url":"https://codeload.github.com/downshift-js/downshift/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249850160,"owners_count":21334427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessible","autocomplete","autoselect","autosuggest","combobox","dropdown","multiselect","react","select","wai-aria"],"created_at":"2025-04-21T00:01:25.964Z","updated_at":"2025-04-21T00:01:33.590Z","avatar_url":"https://github.com/downshift-js.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\n  downshift 🏎\n  \u003cbr\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/downshift-js/downshift/master/other/public/logo/downshift.svg\" alt=\"downshift logo\" title=\"downshift logo\" width=\"300\"\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\" style=\"font-size: 1.2rem;\"\u003ePrimitives to build simple, flexible, WAI-ARIA compliant React\nautocomplete, combobox or select dropdown components.\u003c/p\u003e\n\n\u003e [Read the docs](https://downshift-js.com) |\n\u003e [See the intro blog post](https://kentcdodds.com/blog/introducing-downshift-for-react)\n\u003e |\n\u003e [Listen to the Episode 79 of the Full Stack Radio podcast](https://fullstackradio.com/79)\n\n\u003chr /\u003e\n\n[![Build Status][build-badge]][build]\n[![Code Coverage][coverage-badge]][coverage]\n[![downloads][downloads-badge]][npmcharts] [![version][version-badge]][package]\n[![MIT License][license-badge]][license]\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-113-orange.svg?style=flat-square)](#contributors)\n[![PRs Welcome][prs-badge]][prs] [![Chat][chat-badge]][chat]\n[![Code of Conduct][coc-badge]][coc]\n[![Join the community on Spectrum][spectrum-badge]][spectrum]\n\n[![Supports React and Preact][react-badge]][react]\n[![size][size-badge]][unpkg-dist] [![gzip size][gzip-badge]][unpkg-dist]\n[![module formats: umd, cjs, and es][module-formats-badge]][unpkg-dist]\n\n## The problem\n\nYou need an autocomplete, a combobox or a select experience in your application\nand you want it to be accessible. You also want it to be simple and flexible to\naccount for your use cases. Finally, it should follow the [ARIA][aria] design\npattern for a [combobox][combobox-aria-example] or a\n[select][select-aria-example], depending on your use case.\n\n## This solution\n\nThe library offers a couple of solutions. The first solution, which is the one\nwe recommend you to try first, is a set of React hooks. Each hook provides the\nstateful logic needed to make the corresponding component functional and\naccessible. Navigate to the documentation for each by using the links in the\nlist below.\n\n- [useSelect][useselect-readme] for a custom select component.\n- [useCombobox][combobox-readme] for a combobox or autocomplete input.\n- [useMultipleSelection][multiple-selection-readme] for selecting multiple items\n  in a select or a combobox, as well as deleting items from selection or\n  navigating between the selected items.\n\nThe second solution is the `Downshift` component, which can also be used to\ncreate accessible combobox and select components, providing the logic in the\nform of a render prop. It served as inspiration for developing the hooks and it\nhas been around for a while. It established a successful pattern for making\ncomponents accessible and functional while giving developers complete freedom\nwhen building the UI.\n\nBoth _useSelect_ and _useCombobox_ support the latest ARIA combobox patterns for\nW3C, which _Downshift_ does not. Consequently, we strongly recommend the you use\nthe hooks. The hooks have been migrated to the ARIA 1.2 combobox pattern in the\nversion 7 of _downshift_. There is a [Migration Guide][migration-guide-v7] that\ndocuments the changes introduced in version 7.\n\nThe `README` on this page covers only the component while each hook has its own\n`README` page. You can navigate to the [hooks page][hooks-readme] or go directly\nto the hook you need by using the links in the list above.\n\nFor examples on how to use the hooks or the Downshift component, check out our\n[docsite][docsite]!\n\n**🚨 Use the Downshift hooks 🚨**\n\nIf you are new to the library, consider the _useSelect_ and _useCombobox_ hooks\nas the first option. As mentioned above, the hooks benefit from the updated ARIA\npatterns and are actively maintained and improved. If there are use cases that\nare supported by the _Downshift_ component and not by the hooks, please create\nan issue in our repo. The _Downshift_ component is going to be removed\ncompletely once the hooks become mature.\n\n### Downshift\n\nThis is a component that controls user interactions and state for you so you can\ncreate autocomplete, combobox or select dropdown components. It uses a [render\nprop][use-a-render-prop] which gives you maximum flexibility with a minimal API\nbecause you are responsible for the rendering of everything and you simply apply\nprops to what you're rendering.\n\nThis differs from other solutions which render things for their use case and\nthen expose many options to allow for extensibility resulting in a bigger API\nthat is less flexible as well as making the implementation more complicated and\nharder to contribute to.\n\n\u003e NOTE: The original use case of this component is autocomplete, however the API\n\u003e is powerful and flexible enough to build things like dropdowns as well.\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Basic Props](#basic-props)\n  - [children](#children)\n  - [itemToString](#itemtostring)\n  - [onChange](#onchange)\n  - [stateReducer](#statereducer)\n- [Advanced Props](#advanced-props)\n  - [initialSelectedItem](#initialselecteditem)\n  - [initialInputValue](#initialinputvalue)\n  - [initialHighlightedIndex](#initialhighlightedindex)\n  - [initialIsOpen](#initialisopen)\n  - [defaultHighlightedIndex](#defaulthighlightedindex)\n  - [defaultIsOpen](#defaultisopen)\n  - [selectedItemChanged](#selecteditemchanged)\n  - [getA11yStatusMessage](#geta11ystatusmessage)\n  - [onSelect](#onselect)\n  - [onStateChange](#onstatechange)\n  - [onInputValueChange](#oninputvaluechange)\n  - [itemCount](#itemcount)\n  - [highlightedIndex](#highlightedindex)\n  - [inputValue](#inputvalue)\n  - [isOpen](#isopen)\n  - [selectedItem](#selecteditem)\n  - [id](#id)\n  - [inputId](#inputid)\n  - [labelId](#labelid)\n  - [menuId](#menuid)\n  - [getItemId](#getitemid)\n  - [environment](#environment)\n  - [onOuterClick](#onouterclick)\n  - [scrollIntoView](#scrollintoview)\n- [stateChangeTypes](#statechangetypes)\n- [Control Props](#control-props)\n- [Children Function](#children-function)\n  - [prop getters](#prop-getters)\n  - [actions](#actions)\n  - [state](#state)\n  - [props](#props)\n- [Event Handlers](#event-handlers)\n  - [default handlers](#default-handlers)\n  - [customizing handlers](#customizing-handlers)\n- [Utilities](#utilities)\n  - [resetIdCounter](#resetidcounter)\n- [React Native](#react-native)\n  - [Gotchas](#gotchas)\n- [Advanced React Component Patterns course](#advanced-react-component-patterns-course)\n- [Examples](#examples)\n- [FAQ](#faq)\n- [Inspiration](#inspiration)\n- [Other Solutions](#other-solutions)\n- [Bindings for ReasonML](#bindings-for-reasonml)\n- [Contributors](#contributors)\n- [LICENSE](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Installation\n\nThis module is distributed via [npm][npm] which is bundled with [node][node] and\nshould be installed as one of your project's `dependencies`:\n\n```\nnpm install --save downshift\n```\n\n\u003e This package also depends on `react`. Please make sure you have it installed\n\u003e as well.\n\n\u003e Note also this library supports `preact` out of the box. If you are using\n\u003e `preact` then use the corresponding module in the `preact/dist` folder. You\n\u003e can even `import Downshift from 'downshift/preact'` 👍\n\n## Usage\n\n\u003e [Try it out in the browser][code-sandbox-try-it-out]\n\n```jsx\nimport * as React from 'react'\nimport {render} from 'react-dom'\nimport Downshift from 'downshift'\n\nconst items = [\n  {value: 'apple'},\n  {value: 'pear'},\n  {value: 'orange'},\n  {value: 'grape'},\n  {value: 'banana'},\n]\n\nrender(\n  \u003cDownshift\n    onChange={selection =\u003e\n      alert(selection ? `You selected ${selection.value}` : 'Selection Cleared')\n    }\n    itemToString={item =\u003e (item ? item.value : '')}\n  \u003e\n    {({\n      getInputProps,\n      getItemProps,\n      getLabelProps,\n      getMenuProps,\n      isOpen,\n      inputValue,\n      highlightedIndex,\n      selectedItem,\n      getRootProps,\n    }) =\u003e (\n      \u003cdiv\u003e\n        \u003clabel {...getLabelProps()}\u003eEnter a fruit\u003c/label\u003e\n        \u003cdiv\n          style={{display: 'inline-block'}}\n          {...getRootProps({}, {suppressRefError: true})}\n        \u003e\n          \u003cinput {...getInputProps()} /\u003e\n        \u003c/div\u003e\n        \u003cul {...getMenuProps()}\u003e\n          {isOpen\n            ? items\n                .filter(item =\u003e !inputValue || item.value.includes(inputValue))\n                .map((item, index) =\u003e (\n                  \u003cli\n                    {...getItemProps({\n                      key: item.value,\n                      index,\n                      item,\n                      style: {\n                        backgroundColor:\n                          highlightedIndex === index ? 'lightgray' : 'white',\n                        fontWeight: selectedItem === item ? 'bold' : 'normal',\n                      },\n                    })}\n                  \u003e\n                    {item.value}\n                  \u003c/li\u003e\n                ))\n            : null}\n        \u003c/ul\u003e\n      \u003c/div\u003e\n    )}\n  \u003c/Downshift\u003e,\n  document.getElementById('root'),\n)\n```\n\nThere is also an [example without getRootProps][code-sandbox-no-get-root-props].\n\n\u003e Warning: The example without `getRootProps` is not fully accessible with\n\u003e screen readers as it's not possible to achieve the HTML structure suggested by\n\u003e ARIA. We recommend following the example with `getRootProps`. Examples on how\n\u003e to use `Downshift` component with and without `getRootProps` are on the\n\u003e [docsite](https://downshift-js.com/).\n\n`Downshift` is the only component exposed by this package. It doesn't render\nanything itself, it just calls the render function and renders that. [\"Use a\nrender prop!\"][use-a-render-prop]!\n`\u003cDownshift\u003e{downshift =\u003e \u003cdiv\u003e/* your JSX here! */\u003c/div\u003e}\u003c/Downshift\u003e`.\n\n## Basic Props\n\nThis is the list of props that you should probably know about. There are some\n[advanced props](#advanced-props) below as well.\n\n### children\n\n\u003e `function({})` | _required_\n\nThis is called with an object. Read more about the properties of this object in\nthe section \"[Children Function](#children-function)\".\n\n### itemToString\n\n\u003e `function(item: any)` | defaults to: `item =\u003e (item ? String(item) : '')`\n\nIf your items are stored as, say, objects instead of strings, downshift still\nneeds a string representation for each one (e.g., to set `inputValue`).\n\n**Note:** This callback _must_ include a null check: it is invoked with `null`\nwhenever the user abandons input via `\u003cEsc\u003e`.\n\n### onChange\n\n\u003e `function(selectedItem: any, stateAndHelpers: object)` | optional, no useful\n\u003e default\n\nCalled when the selected item changes, either by the user selecting an item or\nthe user clearing the selection. Called with the item that was selected or\n`null` and the new state of `downshift`. (see `onStateChange` for more info on\n`stateAndHelpers`).\n\n- `selectedItem`: The item that was just selected. `null` if the selection was\n  cleared.\n- `stateAndHelpers`: This is the same thing your `children` function is called\n  with (see [Children Function](#children-function))\n\n### stateReducer\n\n\u003e `function(state: object, changes: object)` | optional\n\n**🚨 This is a really handy power feature 🚨**\n\nThis function will be called each time `downshift` sets its internal state (or\ncalls your `onStateChange` handler for control props). It allows you to modify\nthe state change that will take place which can give you fine grain control over\nhow the component interacts with user updates without having to use\n[Control Props](#control-props). It gives you the current state and the state\nthat will be set, and you return the state that you want to set.\n\n- `state`: The full current state of downshift.\n- `changes`: These are the properties that are about to change. This also has a\n  `type` property which you can learn more about in the\n  [`stateChangeTypes`](#statechangetypes) section.\n\n```jsx\nconst ui = (\n  \u003cDownshift stateReducer={stateReducer}\u003e{/* your callback */}\u003c/Downshift\u003e\n)\n\nfunction stateReducer(state, changes) {\n  // this prevents the menu from being closed when the user\n  // selects an item with a keyboard or mouse\n  switch (changes.type) {\n    case Downshift.stateChangeTypes.keyDownEnter:\n    case Downshift.stateChangeTypes.clickItem:\n      return {\n        ...changes,\n        isOpen: state.isOpen,\n        highlightedIndex: state.highlightedIndex,\n      }\n    default:\n      return changes\n  }\n}\n```\n\n\u003e NOTE: This is only called when state actually changes. You should not attempt\n\u003e to use this to handle events. If you wish to handle events, put your event\n\u003e handlers directly on the elements (make sure to use the prop getters though!\n\u003e For example: `\u003cinput onBlur={handleBlur} /\u003e` should be\n\u003e `\u003cinput {...getInputProps({onBlur: handleBlur})} /\u003e`). Also, your reducer\n\u003e function should be \"pure.\" This means it should do nothing other than return\n\u003e the state changes you want to have happen.\n\n## Advanced Props\n\n### initialSelectedItem\n\n\u003e `any` | defaults to `null`\n\nPass an item or an array of items that should be selected when downshift is\ninitialized.\n\n### initialInputValue\n\n\u003e `string` | defaults to `''`\n\nThis is the initial input value when downshift is initialized.\n\n### initialHighlightedIndex\n\n\u003e `number`/`null` | defaults to `defaultHighlightedIndex`\n\nThis is the initial value to set the highlighted index to when downshift is\ninitialized.\n\n### initialIsOpen\n\n\u003e `boolean` | defaults to `defaultIsOpen`\n\nThis is the initial `isOpen` value when downshift is initialized.\n\n### defaultHighlightedIndex\n\n\u003e `number`/`null` | defaults to `null`\n\nThis is the value to set the `highlightedIndex` to anytime downshift is reset,\nwhen the selection is cleared, when an item is selected or when the inputValue\nis changed.\n\n### defaultIsOpen\n\n\u003e `boolean` | defaults to `false`\n\nThis is the value to set the `isOpen` to anytime downshift is reset, when the\nthe selection is cleared, or when an item is selected.\n\n### selectedItemChanged\n\n\u003e `function(prevItem: any, item: any)` | defaults to:\n\u003e `(prevItem, item) =\u003e (prevItem !== item)`\n\nUsed to determine if the new `selectedItem` has changed compared to the previous\n`selectedItem` and properly update Downshift's internal state.\n\n### getA11yStatusMessage\n\n\u003e `function({/* see below */})` | default messages provided in English\n\nThis function is passed as props to a `Status` component nested within and\nallows you to create your own assertive ARIA statuses.\n\nA default `getA11yStatusMessage` function is provided that will check\n`resultCount` and return \"No results are available.\" or if there are results ,\n\"`resultCount` results are available, use up and down arrow keys to navigate.\nPress Enter key to select.\"\n\nThe object you are passed to generate your status message has the following\nproperties:\n\n\u003c!-- This table was generated via http://www.tablesgenerator.com/markdown_tables --\u003e\n\n| property              | type            | description                                                                                  |\n| --------------------- | --------------- | -------------------------------------------------------------------------------------------- |\n| `highlightedIndex`    | `number`/`null` | The currently highlighted index                                                              |\n| `highlightedItem`     | `any`           | The value of the highlighted item                                                            |\n| `inputValue`          | `string`        | The current input value                                                                      |\n| `isOpen`              | `boolean`       | The `isOpen` state                                                                           |\n| `itemToString`        | `function(any)` | The `itemToString` function (see props) for getting the string value from one of the options |\n| `previousResultCount` | `number`        | The total items showing in the dropdown the last time the status was updated                 |\n| `resultCount`         | `number`        | The total items showing in the dropdown                                                      |\n| `selectedItem`        | `any`           | The value of the currently selected item                                                     |\n\n### onSelect\n\n\u003e `function(selectedItem: any, stateAndHelpers: object)` | optional, no useful\n\u003e default\n\nCalled when the user selects an item, regardless of the previous selected item.\nCalled with the item that was selected and the new state of `downshift`. (see\n`onStateChange` for more info on `stateAndHelpers`).\n\n- `selectedItem`: The item that was just selected\n- `stateAndHelpers`: This is the same thing your `children` function is called\n  with (see [Children Function](#children-function))\n\n### onStateChange\n\n\u003e `function(changes: object, stateAndHelpers: object)` | optional, no useful\n\u003e default\n\nThis function is called anytime the internal state changes. This can be useful\nif you're using downshift as a \"controlled\" component, where you manage some or\nall of the state (e.g., isOpen, selectedItem, highlightedIndex, etc) and then\npass it as props, rather than letting downshift control all its state itself.\nThe parameters both take the shape of internal state\n(`{highlightedIndex: number, inputValue: string, isOpen: boolean, selectedItem: any}`)\nbut differ slightly.\n\n- `changes`: These are the properties that actually have changed since the last\n  state change. This also has a `type` property which you can learn more about\n  in the [`stateChangeTypes`](#statechangetypes) section.\n- `stateAndHelpers`: This is the exact same thing your `children` function is\n  called with (see [Children Function](#children-function))\n\n\u003e Tip: This function will be called any time _any_ state is changed. The best\n\u003e way to determine whether any particular state was changed, you can use\n\u003e `changes.hasOwnProperty('propName')`.\n\n\u003e NOTE: This is only called when state actually changes. You should not attempt\n\u003e to use this to handle events. If you wish to handle events, put your event\n\u003e handlers directly on the elements (make sure to use the prop getters though!\n\u003e For example: `\u003cinput onBlur={handleBlur} /\u003e` should be\n\u003e `\u003cinput {...getInputProps({onBlur: handleBlur})} /\u003e`).\n\n### onInputValueChange\n\n\u003e `function(inputValue: string, stateAndHelpers: object)` | optional, no useful\n\u003e default\n\nCalled whenever the input value changes. Useful to use instead or in combination\nof `onStateChange` when `inputValue` is a controlled prop to\n[avoid issues with cursor positions](https://github.com/downshift-js/downshift/issues/217).\n\n- `inputValue`: The current value of the input\n- `stateAndHelpers`: This is the same thing your `children` function is called\n  with (see [Children Function](#children-function))\n\n### itemCount\n\n\u003e `number` | optional, defaults the number of times you call getItemProps\n\nThis is useful if you're using some kind of virtual listing component for\n\"windowing\" (like\n[`react-virtualized`](https://github.com/bvaughn/react-virtualized)).\n\n### highlightedIndex\n\n\u003e `number` | **control prop** (read more about this in\n\u003e [the Control Props section](#control-props))\n\nThe index that should be highlighted\n\n### inputValue\n\n\u003e `string` | **control prop** (read more about this in\n\u003e [the Control Props section](#control-props))\n\nThe value the input should have\n\n### isOpen\n\n\u003e `boolean` | **control prop** (read more about this in\n\u003e [the Control Props section](#control-props))\n\nWhether the menu should be considered open or closed. Some aspects of the\ndownshift component respond differently based on this value (for example, if\n`isOpen` is true when the user hits \"Enter\" on the input field, then the item at\nthe `highlightedIndex` item is selected).\n\n### selectedItem\n\n\u003e `any`/`Array(any)` | **control prop** (read more about this in\n\u003e [the Control Props section](#control-props))\n\nThe currently selected item.\n\n### id\n\n\u003e `string` | defaults to a generated ID\n\nYou should not normally need to set this prop. It's only useful if you're server\nrendering items (which each have an `id` prop generated based on the `downshift`\n`id`). For more information see the `FAQ` below.\n\n### inputId\n\n\u003e `string` | defaults to a generated ID\n\nUsed for `aria` attributes and the `id` prop of the element (`input`) you use\n[`getInputProps`](#getinputprops) with.\n\n### labelId\n\n\u003e `string` | defaults to a generated ID\n\nUsed for `aria` attributes and the `id` prop of the element (`label`) you use\n[`getLabelProps`](#getlabelprops) with.\n\n### menuId\n\n\u003e `string` | defaults to a generated ID\n\nUsed for `aria` attributes and the `id` prop of the element (`ul`) you use\n[`getMenuProps`](#getmenuprops) with.\n\n### getItemId\n\n\u003e `function(index)` | defaults to a function that generates an ID based on the\n\u003e index\n\nUsed for `aria` attributes and the `id` prop of the element (`li`) you use\n[`getInputProps`](#getinputprops) with.\n\n### environment\n\n\u003e `window` | defaults to `window`\n\nThis prop is only useful if you're rendering downshift within a different\n`window` context from where your JavaScript is running; for example, an iframe\nor a shadow-root. If the given context is lacking `document` and/or\n`add|removeEventListener` on its prototype (as is the case for a shadow-root)\nthen you will need to pass in a custom object that is able to provide\n[access to these properties](https://gist.github.com/Rendez/1dd55882e9b850dd3990feefc9d6e177)\nfor downshift.\n\n### onOuterClick\n\n\u003e `function(stateAndHelpers: object)` | optional\n\nA helper callback to help control internal state of downshift like `isOpen` as\nmentioned in [this issue](https://github.com/downshift-js/downshift/issues/206).\nThe same behavior can be achieved using `onStateChange`, but this prop is\nprovided as a helper because it's a fairly common use-case if you're controlling\nthe `isOpen` state:\n\n```jsx\nconst ui = (\n  \u003cDownshift\n    isOpen={this.state.menuIsOpen}\n    onOuterClick={() =\u003e this.setState({menuIsOpen: false})}\n  \u003e\n    {/* your callback */}\n  \u003c/Downshift\u003e\n)\n```\n\nThis callback will only be called if `isOpen` is `true`.\n\n### scrollIntoView\n\n\u003e `function(node: HTMLElement, menuNode: HTMLElement)` | defaults to internal\n\u003e implementation\n\nThis allows you to customize how the scrolling works when the highlighted index\nchanges. It receives the node to be scrolled to and the root node (the root node\nyou render in downshift). Internally we use\n[`compute-scroll-into-view`](https://www.npmjs.com/package/compute-scroll-into-view)\nso if you use that package then you wont be adding any additional bytes to your\nbundle :)\n\n## stateChangeTypes\n\nThere are a few props that expose changes to state\n([`onStateChange`](#onstatechange) and [`stateReducer`](#statereducer)). For you\nto make the most of these APIs, it's important for you to understand why state\nis being changed. To accomplish this, there's a `type` property on the `changes`\nobject you get. This `type` corresponds to a `Downshift.stateChangeTypes`\nproperty.\n\nThe list of all possible values this `type` property can take is defined in\n[this file](https://github.com/downshift-js/downshift/blob/master/src/stateChangeTypes.js)\nand is as follows:\n\n- `Downshift.stateChangeTypes.unknown`\n- `Downshift.stateChangeTypes.mouseUp`\n- `Downshift.stateChangeTypes.itemMouseEnter`\n- `Downshift.stateChangeTypes.keyDownArrowUp`\n- `Downshift.stateChangeTypes.keyDownArrowDown`\n- `Downshift.stateChangeTypes.keyDownEscape`\n- `Downshift.stateChangeTypes.keyDownEnter`\n- `Downshift.stateChangeTypes.keyDownHome`\n- `Downshift.stateChangeTypes.keyDownEnd`\n- `Downshift.stateChangeTypes.clickItem`\n- `Downshift.stateChangeTypes.blurInput`\n- `Downshift.stateChangeTypes.changeInput`\n- `Downshift.stateChangeTypes.keyDownSpaceButton`\n- `Downshift.stateChangeTypes.clickButton`\n- `Downshift.stateChangeTypes.blurButton`\n- `Downshift.stateChangeTypes.controlledPropUpdatedSelectedItem`\n- `Downshift.stateChangeTypes.touchEnd`\n\nSee [`stateReducer`](#statereducer) for a concrete example on how to use the\n`type` property.\n\n## Control Props\n\ndownshift manages its own state internally and calls your `onChange` and\n`onStateChange` handlers with any relevant changes. The state that downshift\nmanages includes: `isOpen`, `selectedItem`, `inputValue`, and\n`highlightedIndex`. Your Children function (read more below) can be used to\nmanipulate this state and can likely support many of your use cases.\n\nHowever, if more control is needed, you can pass any of these pieces of state as\na prop (as indicated above) and that state becomes controlled. As soon as\n`this.props[statePropKey] !== undefined`, internally, `downshift` will determine\nits state based on your prop's value rather than its own internal state. You\nwill be required to keep the state up to date (this is where `onStateChange`\ncomes in really handy), but you can also control the state from anywhere, be\nthat state from other components, `redux`, `react-router`, or anywhere else.\n\n\u003e Note: This is very similar to how normal controlled components work elsewhere\n\u003e in react (like `\u003cinput /\u003e`). If you want to learn more about this concept, you\n\u003e can learn about that from this the\n\u003e [Advanced React Component Patterns course](#advanced-react-component-patterns-course)\n\n## Children Function\n\nThis is where you render whatever you want to based on the state of `downshift`.\nYou use it like so:\n\n```javascript\nconst ui = (\n  \u003cDownshift\u003e\n    {downshift =\u003e (\n      // use downshift utilities and state here, like downshift.isOpen,\n      // downshift.getInputProps, etc.\n      \u003cdiv\u003e{/* more jsx here */}\u003c/div\u003e\n    )}\n  \u003c/Downshift\u003e\n)\n```\n\nThe properties of this `downshift` object can be split into three categories as\nindicated below:\n\n### prop getters\n\n\u003e See\n\u003e [the blog post about prop getters](https://kentcdodds.com/blog/how-to-give-rendering-control-to-users-with-prop-getters)\n\n\u003e NOTE: These prop-getters provide important `aria-` attributes which are very\n\u003e important to your component being accessible. It's recommended that you\n\u003e utilize these functions and apply the props they give you to your components.\n\nThese functions are used to apply props to the elements that you render. This\ngives you maximum flexibility to render what, when, and wherever you like. You\ncall these on the element in question (for example:\n`\u003cinput {...getInputProps()}`)). It's advisable to pass all your props to that\nfunction rather than applying them on the element yourself to avoid your props\nbeing overridden (or overriding the props returned). For example:\n`getInputProps({onKeyUp(event) {console.log(event)}})`.\n\n\u003c!-- This table was generated via http://www.tablesgenerator.com/markdown_tables --\u003e\n\n| property               | type              | description                                                                                    |\n| ---------------------- | ----------------- | ---------------------------------------------------------------------------------------------- |\n| `getToggleButtonProps` | `function({})`    | returns the props you should apply to any menu toggle button element you render.               |\n| `getInputProps`        | `function({})`    | returns the props you should apply to the `input` element that you render.                     |\n| `getItemProps`         | `function({})`    | returns the props you should apply to any menu item elements you render.                       |\n| `getLabelProps`        | `function({})`    | returns the props you should apply to the `label` element that you render.                     |\n| `getMenuProps`         | `function({},{})` | returns the props you should apply to the `ul` element (or root of your menu) that you render. |\n| `getRootProps`         | `function({},{})` | returns the props you should apply to the root element that you render. It can be optional.    |\n\n#### `getRootProps`\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n  If you cannot render a div as the root element, then read this\n\u003c/summary\u003e\n\nMost of the time, you can just render a `div` yourself and `Downshift` will\napply the props it needs to do its job (and you don't need to call this\nfunction). However, if you're rendering a composite component (custom component)\nas the root element, then you'll need to call `getRootProps` and apply that to\nyour root element (downshift will throw an error otherwise).\n\nThere are no required properties for this method.\n\nOptional properties:\n\n- `refKey`: if you're rendering a composite component, that component will need\n  to accept a prop which it forwards to the root DOM element. Commonly, folks\n  call this `innerRef`. So you'd call: `getRootProps({refKey: 'innerRef'})` and\n  your composite component would forward like: `\u003cdiv ref={props.innerRef} /\u003e`.\n  It defaults to `ref`.\n\nIf you're rendering a composite component, `Downshift` checks that\n`getRootProps` is called and that `refKey` is a prop of the returned composite\ncomponent. This is done to catch common causes of errors but, in some cases, the\ncheck could fail even if the ref is correctly forwarded to the root DOM\ncomponent. In these cases, you can provide the object\n`{suppressRefError : true}` as the second argument to `getRootProps` to\ncompletely bypass the check.\\\n**Please use it with extreme care and only if you are absolutely sure that the ref\nis correctly forwarded otherwise `Downshift` will unexpectedly fail.**\\\nSee [#235](https://github.com/downshift-js/downshift/issues/235) for the\ndiscussion that lead to this.\n\n\u003c/details\u003e\n\n#### `getInputProps`\n\nThis method should be applied to the `input` you render. It is recommended that\nyou pass all props as an object to this method which will compose together any\nof the event handlers you need to apply to the `input` while preserving the ones\nthat `downshift` needs to apply to make the `input` behave.\n\nThere are no required properties for this method.\n\nOptional properties:\n\n- `disabled`: If this is set to true, then no event handlers will be returned\n  from `getInputProps` and a `disabled` prop will be returned (effectively\n  disabling the input).\n\n- `aria-label`: By default the menu will add an `aria-labelledby` that refers to\n  the `\u003clabel\u003e` rendered with `getLabelProps`. However, if you provide\n  `aria-label` to give a more specific label that describes the options\n  available, then `aria-labelledby` will not be provided and screen readers can\n  use your `aria-label` instead.\n\n#### `getLabelProps`\n\nThis method should be applied to the `label` you render. It is useful for\nensuring that the `for` attribute on the `\u003clabel\u003e` (`htmlFor` as a react prop)\nis the same as the `id` that appears on the `input`. If no `htmlFor` is provided\n(the normal case) then an ID will be generated and used for the `input` and the\n`label` `for` attribute.\n\nThere are no required properties for this method.\n\n\u003e Note: For accessibility purposes, calling this method is highly recommended.\n\n#### `getMenuProps`\n\nThis method should be applied to the element which contains your list of items.\nTypically, this will be a `\u003cdiv\u003e` or a `\u003cul\u003e` that surrounds a `map` expression.\nThis handles the proper ARIA roles and attributes.\n\nOptional properties:\n\n- `refKey`: if you're rendering a composite component, that component will need\n  to accept a prop which it forwards to the root DOM element. Commonly, folks\n  call this `innerRef`. So you'd call: `getMenuProps({refKey: 'innerRef'})` and\n  your composite component would forward like: `\u003cul ref={props.innerRef} /\u003e`.\n  However, if you are just rendering a primitive component like `\u003cdiv\u003e`, there\n  is no need to specify this property. It defaults to `ref`.\n\n  Please keep in mind that menus, for accessibility purposes, should always be\n  rendered, regardless of whether you hide it or not. Otherwise, `getMenuProps`\n  may throw error if you unmount and remount the menu.\n\n- `aria-label`: By default the menu will add an `aria-labelledby` that refers to\n  the `\u003clabel\u003e` rendered with `getLabelProps`. However, if you provide\n  `aria-label` to give a more specific label that describes the options\n  available, then `aria-labelledby` will not be provided and screen readers can\n  use your `aria-label` instead.\n\nIn some cases, you might want to completely bypass the `refKey` check. Then you\ncan provide the object `{suppressRefError : true}` as the second argument to\n`getMenuProps`. **Please use it with extreme care and only if you are absolutely\nsure that the ref is correctly forwarded otherwise `Downshift` will unexpectedly\nfail.**\n\n```jsx\n\u003cul {...getMenuProps()}\u003e\n  {!isOpen\n    ? null\n    : items.map((item, index) =\u003e (\n        \u003cli {...getItemProps({item, index, key: item.id})}\u003e{item.name}\u003c/li\u003e\n      ))}\n\u003c/ul\u003e\n```\n\n\u003e Note that for accessibility reasons it's best if you always render this\n\u003e element whether or not downshift is in an `isOpen` state.\n\n#### `getItemProps`\n\nThe props returned from calling this function should be applied to any menu\nitems you render.\n\n**This is an impure function**, so it should only be called when you will\nactually be applying the props to an item.\n\n\u003cdetails\u003e\n\n\u003csummary\u003eWhat do you mean by impure function?\u003c/summary\u003e\n\nBasically just don't do this:\n\n```jsx\nitems.map(item =\u003e {\n  const props = getItemProps({item}) // we're calling it here\n  if (!shouldRenderItem(item)) {\n    return null // but we're not using props, and downshift thinks we are...\n  }\n  return \u003cdiv {...props} /\u003e\n})\n```\n\nInstead, you could do this:\n\n```jsx\nitems.filter(shouldRenderItem).map(item =\u003e \u003cdiv {...getItemProps({item})} /\u003e)\n```\n\n\u003c/details\u003e\n\nRequired properties:\n\n- `item`: this is the item data that will be selected when the user selects a\n  particular item.\n\nOptional properties:\n\n- `index`: This is how `downshift` keeps track of your item when updating the\n  `highlightedIndex` as the user keys around. By default, `downshift` will\n  assume the `index` is the order in which you're calling `getItemProps`. This\n  is often good enough, but if you find odd behavior, try setting this\n  explicitly. It's probably best to be explicit about `index` when using a\n  windowing library like `react-virtualized`.\n- `disabled`: If this is set to `true`, then all of the downshift item event\n  handlers will be omitted. Items will not be highlighted when hovered, and\n  items will not be selected when clicked.\n\n#### `getToggleButtonProps`\n\nCall this and apply the returned props to a `button`. It allows you to toggle\nthe `Menu` component. You can definitely build something like this yourself (all\nof the available APIs are exposed to you), but this is nice because it will also\napply all of the proper ARIA attributes.\n\nOptional properties:\n\n- `disabled`: If this is set to `true`, then all of the downshift button event\n  handlers will be omitted (it wont toggle the menu when clicked).\n- `aria-label`: The `aria-label` prop is in English. You should probably\n  override this yourself so you can provide translations:\n\n```jsx\nconst myButton = (\n  \u003cbutton\n    {...getToggleButtonProps({\n      'aria-label': translateWithId(isOpen ? 'close.menu' : 'open.menu'),\n    })}\n  /\u003e\n)\n```\n\n### actions\n\nThese are functions you can call to change the state of the downshift component.\n\n\u003c!-- This table was generated via http://www.tablesgenerator.com/markdown_tables --\u003e\n\n| property                | type                                                             | description                                                                                                                                                                                                                                                            |\n| ----------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `clearSelection`        | `function(cb: Function)`                                         | clears the selection                                                                                                                                                                                                                                                   |\n| `clearItems`            | `function()`                                                     | Clears downshift's record of all the items. Only really useful if you render your items asynchronously within downshift. See [#186](https://github.com/downshift-js/downshift/issues/186)                                                                              |\n| `closeMenu`             | `function(cb: Function)`                                         | closes the menu                                                                                                                                                                                                                                                        |\n| `openMenu`              | `function(cb: Function)`                                         | opens the menu                                                                                                                                                                                                                                                         |\n| `selectHighlightedItem` | `function(otherStateToSet: object, cb: Function)`                | selects the item that is currently highlighted                                                                                                                                                                                                                         |\n| `selectItem`            | `function(item: any, otherStateToSet: object, cb: Function)`     | selects the given item                                                                                                                                                                                                                                                 |\n| `selectItemAtIndex`     | `function(index: number, otherStateToSet: object, cb: Function)` | selects the item at the given index                                                                                                                                                                                                                                    |\n| `setHighlightedIndex`   | `function(index: number, otherStateToSet: object, cb: Function)` | call to set a new highlighted index                                                                                                                                                                                                                                    |\n| `toggleMenu`            | `function(otherStateToSet: object, cb: Function)`                | toggle the menu open state                                                                                                                                                                                                                                             |\n| `reset`                 | `function(otherStateToSet: object, cb: Function)`                | this resets downshift's state to a reasonable default                                                                                                                                                                                                                  |\n| `setItemCount`          | `function(count: number)`                                        | this sets the `itemCount`. Handy in situations where you're using windowing and the items are loaded asynchronously from within downshift (so you can't use the `itemCount` prop.                                                                                      |\n| `unsetItemCount`        | `function()`                                                     | this unsets the `itemCount` which means the item count will be calculated instead by the `itemCount` prop or based on how many times you call `getItemProps`.                                                                                                          |\n| `setState`              | `function(stateToSet: object, cb: Function)`                     | This is a general `setState` function. It uses downshift's `internalSetState` function which works with control props and calls your `onSelect`, `onChange`, etc. (Note, you can specify a `type` which you can reference in some other APIs like the `stateReducer`). |\n\n\u003e `otherStateToSet` refers to an object to set other internal state. It is\n\u003e recommended to avoid abusing this, but is available if you need it.\n\n### state\n\nThese are values that represent the current state of the downshift component.\n\n\u003c!-- This table was generated via http://www.tablesgenerator.com/markdown_tables --\u003e\n\n| property           | type              | description                                    |\n| ------------------ | ----------------- | ---------------------------------------------- |\n| `highlightedIndex` | `number` / `null` | the currently highlighted item                 |\n| `inputValue`       | `string` / `null` | the current value of the `getInputProps` input |\n| `isOpen`           | `boolean`         | the menu open state                            |\n| `selectedItem`     | `any`             | the currently selected item input              |\n\n### props\n\nAs a convenience, the `id` and `itemToString` props which you pass to\n`\u003cDownshift /\u003e` are available here as well.\n\n## Event Handlers\n\nDownshift has a few events for which it provides implicit handlers. Several of\nthese handlers call `event.preventDefault()`. Their additional functionality is\ndescribed below.\n\n### default handlers\n\n- `ArrowDown`: if menu is closed, opens it and moves the highlighted index to\n  `defaultHighlightedIndex + 1`, if `defaultHighlightedIndex` is provided, or to\n  the top-most item, if not. If menu is open, it moves the highlighted index\n  down by 1. If the shift key is held when this event fires, the highlighted\n  index will jump down 5 indices instead of 1. NOTE: if the current highlighted\n  index is within the bottom 5 indices, the top-most index will be highlighted.)\n\n- `ArrowUp`: if menu is closed, opens it and moves the highlighted index to\n  `defaultHighlightedIndex - 1`, if `defaultHighlightedIndex` is provided, or to\n  the bottom-most item, if not. If menu is open, moves the highlighted index up\n  by 1. If the shift key is held when this event fires, the highlighted index\n  will jump up 5 indices instead of 1. NOTE: if the current highlighted index is\n  within the top 5 indices, the bottom-most index will be highlighted.)\n\n- `Home`: if menu is closed, it will not add any other behavior. If menu is\n  open, the top-most index will get highlighted.\n\n- `End`: if menu is closed, it will not add any other behavior. If menu is open,\n  the bottom-most index will get highlighted.\n\n- `Enter`: if the menu is open, selects the currently highlighted item. If the\n  menu is open, the usual 'Enter' event is prevented by Downshift's default\n  implicit enter handler; so, for example, a form submission event will not work\n  as one might expect (though if the menu is closed the form submission will\n  work normally). See below for customizing the handlers.\n\n- `Escape`: will clear downshift's state. This means that `highlightedIndex`\n  will be set to the `defaultHighlightedIndex` and the `isOpen` state will be\n  set to the `defaultIsOpen`. If `isOpen` is already false, the `inputValue`\n  will be set to an empty string and `selectedItem` will be set to `null`\n\n### customizing handlers\n\nYou can provide your own event handlers to Downshift which will be called before\nthe default handlers:\n\n```javascript\nconst ui = (\n  \u003cDownshift\u003e\n    {({getInputProps}) =\u003e (\n      \u003cinput\n        {...getInputProps({\n          onKeyDown: event =\u003e {\n            // your handler code\n          },\n        })}\n      /\u003e\n    )}\n  \u003c/Downshift\u003e\n)\n```\n\nIf you would like to prevent the default handler behavior in some cases, you can\nset the event's `preventDownshiftDefault` property to `true`:\n\n```javascript\nconst ui = (\n  \u003cDownshift\u003e\n    {({getInputProps}) =\u003e (\n      \u003cinput\n        {...getInputProps({\n          onKeyDown: event =\u003e {\n            if (event.key === 'Enter') {\n              // Prevent Downshift's default 'Enter' behavior.\n              event.nativeEvent.preventDownshiftDefault = true\n\n              // your handler code\n            }\n          },\n        })}\n      /\u003e\n    )}\n  \u003c/Downshift\u003e\n)\n```\n\nIf you would like to completely override Downshift's behavior for a handler, in\nfavor of your own, you can bypass prop getters:\n\n```javascript\nconst ui = (\n  \u003cDownshift\u003e\n    {({getInputProps}) =\u003e (\n      \u003cinput\n        {...getInputProps()}\n        onKeyDown={event =\u003e {\n          // your handler code\n        }}\n      /\u003e\n    )}\n  \u003c/Downshift\u003e\n)\n```\n\n## Utilities\n\n### resetIdCounter\n\nAllows reseting the internal id counter which is used to generate unique ids for\nDownshift component.\n\n**This is unnecessary if you are using React 18 or newer**\n\nYou should never need to use this in the browser. Only if you are running an\nuniversal React app that is rendered on the server you should call\n[resetIdCounter](#resetidcounter) before every render so that the ids that get\ngenerated on the server match the ids generated in the browser.\n\n```javascript\nimport {resetIdCounter} from 'downshift';\n\nresetIdCounter()\nReactDOMServer.renderToString(...);\n```\n\n## React Native\n\nSince Downshift renders it's UI using render props, Downshift supports rendering\non React Native with ease. Use components like `\u003cView\u003e`, `\u003cText\u003e`,\n`\u003cTouchableOpacity\u003e` and others inside of your render method to generate awesome\nautocomplete, dropdown, or selection components.\n\n### Gotchas\n\n- Your root view will need to either pass a ref to `getRootProps` or call\n  `getRootProps` with `{ suppressRefError: true }`. This ref is used to catch a\n  common set of errors around composite components.\n  [Learn more in `getRootProps`](#getrootprops).\n- When using a `\u003cFlatList\u003e` or `\u003cScrollView\u003e`, be sure to supply the\n  [`keyboardShouldPersistTaps`](https://facebook.github.io/react-native/docs/scrollview.html#keyboardshouldpersisttaps)\n  prop to ensure that your text input stays focus, while allowing for taps on\n  the touchables rendered for your items.\n\n## Advanced React Component Patterns course\n\n[Kent C. Dodds](https://twitter.com/kentcdodds) has created learning material\nbased on the patterns implemented in this component. You can find it on various\nplatforms:\n\n1.  [egghead.io](https://egghead.io/courses/advanced-react-component-patterns)\n2.  [Frontend Masters](https://frontendmasters.com/courses/advanced-react-patterns/)\n3.  YouTube (for free!):\n    [Part 1](https://www.youtube.com/watch?v=SuzutbwjUp8\u0026list=PLV5CVI1eNcJgNqzNwcs4UKrlJdhfDjshf)\n    and\n    [Part 2](https://www.youtube.com/watch?v=ubXtOROjILU\u0026list=PLV5CVI1eNcJgNqzNwcs4UKrlJdhfDjshf)\n\n## Examples\n\n\u003e 🚨 We're in the process of moving all examples to the\n\u003e [downshift-examples](https://github.com/downshift-js/downshift-examples) repo\n\u003e (which you can open, interact with, and contribute back to live on\n\u003e [codesandbox](https://codesandbox.io/s/github/kentcdodds/downshift-examples))\n\n\u003e 🚨 We're also in the process of updating our examples from the\n\u003e [downshift-docs](https://github.com/downshift-js/downshift-docs) repo which is\n\u003e actually used to create our docsite at [downshift-js.com][docsite]). Make sure\n\u003e to check it out for the most relevant Downshift examples or try out the new\n\u003e hooks that aim to replace Downshift.\n\n**Ordered Examples:**\n\nIf you're just learning downshift, review these in order:\n\n0.  [basic automplete with getRootProps](https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/downshift/ordered-examples/00-get-root-props-example.js) -\n    the same as example #1 but using the correct HTML structure as suggested by\n    ARIA-WCAG.\n1.  [basic autocomplete](https://codesandbox.io/s/github/kentcdodds/downshift-examples/tree/master/?module=%2Fsrc%2Fordered-examples%2F01-basic-autocomplete.js\u0026moduleview=1) -\n    very bare bones, not styled at all. Good place to start.\n2.  [styled autocomplete](https://codesandbox.io/s/github/kentcdodds/downshift-examples/tree/master/?module=%2Fsrc%2Fordered-examples%2F02-complete-autocomplete.js\u0026moduleview=1) -\n    more complete autocomplete solution using emotion for styling and\n    match-sorter for filtering the items.\n3.  [typeahead](https://codesandbox.io/s/github/kentcdodds/downshift-examples/tree/master/?module=%2Fsrc%2Fordered-examples%2F03-typeahead.js\u0026moduleview=1) -\n    Shows how to control the `selectedItem` so the selected item can be one of\n    your items or whatever the user types.\n4.  [multi-select](https://codesandbox.io/s/github/kentcdodds/downshift-examples/tree/master/?module=%2Fsrc%2Fordered-examples%2F04-multi-select.js\u0026moduleview=1) -\n    Shows how to create a MultiDownshift component that allows for an array of\n    selectedItems for multiple selection using a state reducer\n\n**Other Examples:**\n\nCheck out these examples of more advanced use/edge cases:\n\n- [dropdown with select by key](https://codesandbox.io/s/github/kentcdodds/downshift-examples/tree/master/?module=%2Fsrc%2Fother-examples%2Fdropdown-select-by-key%2FCustomDropdown%2Findex.js) -\n  An example of using the render prop pattern to utilize a reusable component to\n  provide the downshift dropdown component with the functionality of being able\n  to highlight a selection item that starts with the key pressed.\n- [using actions](https://codesandbox.io/s/github/kentcdodds/downshift-examples/tree/master/?module=%2Fsrc%2Fother-examples%2Fusing-actions.js\u0026moduleview=1) -\n  An example of using one of downshift's actions as an event handler.\n- [gmail's composition recipients field](https://codesandbox.io/s/github/kentcdodds/downshift-examples/tree/master/?module=%2Fsrc%2Fother-examples%2Fgmail%2Findex.js\u0026moduleview=1) -\n  An example of a highly complex autocomplete component featuring asynchronously\n  loading items, multiple selection, and windowing (with react-virtualized)\n- [Downshift HOC and Compound Components](https://codesandbox.io/s/github/kentcdodds/downshift-examples/tree/master/?module=%2Fsrc%2Fother-examples%2Fhoc%2Findex.js\u0026moduleview=1) -\n  An example of how to implementat compound components with\n  `React.createContext` and a downshift higher order component. This is\n  generally not recommended because the render prop API exported by downshift is\n  generally good enough for everyone, but there's nothing technically wrong with\n  doing something like this.\n\n**Old Examples exist on [codesandbox.io][examples]:**\n\n_🚨 This is a great contribution opportunity!_ These are examples that have not\nyet been migrated to\n[downshift-examples](https://codesandbox.io/s/github/kentcdodds/downshift-examples).\nYou're more than welcome to make PRs to the examples repository to move these\nexamples over there.\n[Watch this to learn how to contribute completely in the browser](https://www.youtube.com/watch?v=3PAQbhdkTtI\u0026index=2\u0026t=21s\u0026list=PLV5CVI1eNcJgCrPH_e6d57KRUTiDZgs0u)\n\n- [Integration with Apollo](https://codesandbox.io/s/m5zrvqj85p)\n- [Integration with Redux](https://codesandbox.io/s/3ywmnyr0zq)\n- [Integration with `react-instantsearch`](https://codesandbox.io/s/kvn0lpp83)\n  from Algolia\n- [Material-UI (1.0.0-beta.4) Combobox Using Downshift](https://codesandbox.io/s/QMGq4kAY)\n- [Material-UI (1.0.0-beta.33) Multiple select with autocomplete](https://codesandbox.io/s/7k3674z09q)\n- [Integration with `GenieJS`](https://codesandbox.io/s/jRLKrxwgl)\n  ([learn more about `genie` here](https://github.com/kentcdodds/genie))\n- [Handling and displaying errors](https://codesandbox.io/s/zKE37vorr)\n- [Integration with React Router](https://codesandbox.io/s/ww9lwloy8w)\n- [Windowing with `react-tiny-virtual-list`](https://codesandbox.io/s/v670kq95l)\n- [Section/option group example](https://codesandbox.io/s/zx1kj58npl)\n- [Integration with `fuzzaldrin-plus` (Fuzzy matching)](https://codesandbox.io/s/pyq3v4o3j)\n- [Dropdown/select implementation with Bootstrap](https://codesandbox.io/s/53y8jvpj0k)\n- [Multiple editable tag selection](https://codesandbox.io/s/o4yp9vmm8z)\n- [Downshift implemented as compound components and a Higher Order Component](https://codesandbox.io/s/017n1jqo00)\n  (exposes a `withDownshift` higher order component which you can use to get at\n  the state, actions, prop getters in a rendered downshift tree).\n- [Downshift Spectre.css example](https://codesandbox.io/s/M89KQOBRB)\n- [Integration with `redux-form`](https://codesandbox.io/s/k594964z13)\n- [Integration with `react-final-form`](https://codesandbox.io/s/qzm43nn2mj)\n- [Provider Pattern](https://codesandbox.io/s/mywzk3133p) - how to avoid\n  prop-drilling if you like to break up your render method into more components\n- [React Native example](https://snack.expo.io/SkE0LxXqM)\n- [React VR example](https://github.com/infiniteluke/bassdrop)\n- [Multiple checkbox selection](https://codesandbox.io/s/5z711pmr3l)\n\n## FAQ\n\n\u003cdetails\u003e\n\n\u003csummary\u003e\n  How do I avoid the checksum error when server rendering (SSR)?\n\u003c/summary\u003e\n\nThe checksum error you're seeing is most likely due to the automatically\ngenerated `id` and/or `htmlFor` prop you get from `getInputProps` and\n`getLabelProps` (respectively). It could also be from the automatically\ngenerated `id` prop you get from `getItemProps` (though this is not likely as\nyou're probably not rendering any items when rendering a downshift component on\nthe server).\n\nTo avoid these problems, simply call [resetIdCounter](#resetidcounter) before\n`ReactDOM.renderToString`.\n\nAlternatively you could provide your own ids via the id props where you render\n`\u003cDownshift /\u003e`:\n\n```javascript\nconst ui = (\n  \u003cDownshift\n    id=\"autocomplete\"\n    labelId=\"autocomplete-label\"\n    inputId=\"autocomplete-input\"\n    menuId=\"autocomplete-menu\"\n  \u003e\n    {({getInputProps, getLabelProps}) =\u003e \u003cdiv\u003e{/* your UI */}\u003c/div\u003e}\n  \u003c/Downshift\u003e\n)\n```\n\n\u003c/details\u003e\n\n## Inspiration\n\nI was heavily inspired by [Ryan Florence][ryan]. Watch his (free) lesson about\n[\"Compound Components\"][compound-components-lecture]. Initially downshift was a\ngroup of compound components using context to communicate. But then [Jared\nForsyth][jared] suggested I expose functions (the prop getters) to get props to\napply to the elements rendered. That bit of inspiration made a big impact on the\nflexibility and simplicity of this API.\n\nI also took a few ideas from the code in\n[`react-autocomplete`][react-autocomplete] and [jQuery UI's\nAutocomplete][jquery-complete].\n\nYou can watch me build the first iteration of `downshift` on YouTube:\n\n- [Part 1](https://www.youtube.com/watch?v=2kzD1IjDy5s\u0026list=PLV5CVI1eNcJh5CTgArGVwANebCrAh2OUE\u0026index=11)\n- [Part 2](https://www.youtube.com/watch?v=w1Z7Jvj08_s\u0026list=PLV5CVI1eNcJh5CTgArGVwANebCrAh2OUE\u0026index=10)\n\nYou'll find more recordings of me working on `downshift` on [my livestream\nYouTube playlist][yt-playlist].\n\n## Other Solutions\n\nYou can implement these other solutions using `downshift`, but if you'd prefer\nto use these out of the box solutions, then that's fine too:\n\n- [`react-select`](https://github.com/JedWatson/react-select)\n- [`react-autosuggest`](https://github.com/moroshko/react-autosuggest)\n\n## Bindings for ReasonML\n\nIf you're developing some React in ReasonML, check out the\n[`Downshift` bindings](https://github.com/reasonml-community/bs-downshift) for\nthat.\n\n## Contributors\n\nThanks goes to these people ([emoji key][emojis]):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://kentcdodds.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1500684?v=3?s=100\" width=\"100px;\" alt=\"Kent C. Dodds\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKent C. Dodds\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kentcdodds\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kentcdodds\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#infra-kentcdodds\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kentcdodds\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/pulls?q=is%3Apr+reviewed-by%3Akentcdodds\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"#blog-kentcdodds\" title=\"Blogposts\"\u003e📝\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Akentcdodds\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#example-kentcdodds\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#ideas-kentcdodds\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#talk-kentcdodds\" title=\"Talks\"\u003e📢\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://twitter.com/ryanflorence\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/100200?v=4?s=100\" width=\"100px;\" alt=\"Ryan Florence\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyan Florence\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-ryanflorence\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://jaredforsyth.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/112170?v=4?s=100\" width=\"100px;\" alt=\"Jared Forsyth\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJared Forsyth\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-jaredly\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jaredly\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jtmthf\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/8162598?v=4?s=100\" width=\"100px;\" alt=\"Jack Moore\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJack Moore\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-jtmthf\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://souporserious.com/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/2762082?v=4?s=100\" width=\"100px;\" alt=\"Travis Arnold\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTravis Arnold\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=souporserious\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=souporserious\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://marcysutton.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1045233?v=4?s=100\" width=\"100px;\" alt=\"Marcy Sutton\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcy Sutton\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Amarcysutton\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#ideas-marcysutton\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.jeremygayed.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/244704?v=4?s=100\" width=\"100px;\" alt=\"Jeremy Gayed\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJeremy Gayed\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-tizmagik\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://haroen.me\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6270048?v=4?s=100\" width=\"100px;\" alt=\"Haroen Viaene\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHaroen Viaene\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-Haroenv\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rezof\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/15073300?v=4?s=100\" width=\"100px;\" alt=\"monssef\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003emonssef\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-rezof\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://fezvrasta.github.io\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/5382443?v=4?s=100\" width=\"100px;\" alt=\"Federico Zivolo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFederico Zivolo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=FezVrasta\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://divyendusingh.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/746482?v=4?s=100\" width=\"100px;\" alt=\"Divyendu Singh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDivyendu Singh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-divyenduz\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=divyenduz\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=divyenduz\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=divyenduz\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/salmanmanekia\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/841955?v=4?s=100\" width=\"100px;\" alt=\"Muhammad Salman\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMuhammad Salman\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=salmanmanekia\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/psicotropidev\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/10820159?v=4?s=100\" width=\"100px;\" alt=\"João Alberto\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoão Alberto\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=psicotropicos\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bernard-lin\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/16327281?v=4?s=100\" width=\"100px;\" alt=\"Bernard Lin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBernard Lin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=bernard-lin\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=bernard-lin\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://geoffdavis.info\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/7330124?v=4?s=100\" width=\"100px;\" alt=\"Geoff Davis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGeoff Davis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-geoffdavis92\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/reznord\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/3415488?v=4?s=100\" width=\"100px;\" alt=\"Anup\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnup\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=reznord\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://ferdinandsalis.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/340520?v=4?s=100\" width=\"100px;\" alt=\"Ferdinand Salis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFerdinand Salis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Aferdinandsalis\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=ferdinandsalis\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tkh44\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/662750?v=4?s=100\" width=\"100px;\" alt=\"Kye Hohenberger\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKye Hohenberger\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Atkh44\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jgoux\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1443499?v=4?s=100\" width=\"100px;\" alt=\"Julien Goux\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJulien Goux\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Ajgoux\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jgoux\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jgoux\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jseminck\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/9586897?v=4?s=100\" width=\"100px;\" alt=\"Joachim Seminck\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoachim Seminck\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jseminck\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://jesseharlin.net/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/954596?v=4?s=100\" width=\"100px;\" alt=\"Jesse Harlin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJesse Harlin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Athe-simian\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#example-the-simian\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/pbomb\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1402095?v=4?s=100\" width=\"100px;\" alt=\"Matt Parrish\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatt Parrish\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#tool-pbomb\" title=\"Tools\"\u003e🔧\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/pulls?q=is%3Apr+reviewed-by%3Apbomb\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://thom.kr\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/11661846?v=4?s=100\" width=\"100px;\" alt=\"thom\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ethom\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=thomhos\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://twitter.com/tranvu\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1088312?v=4?s=100\" width=\"100px;\" alt=\"Vu Tran\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVu Tran\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=vutran\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/codiemullins\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/74193?v=4?s=100\" width=\"100px;\" alt=\"Codie Mullins\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCodie Mullins\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=codiemullins\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#example-codiemullins\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://morajabi.me\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/12202757?v=4?s=100\" width=\"100px;\" alt=\"Mohammad Rajabifard\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMohammad Rajabifard\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=morajabi\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-morajabi\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tansongyang\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/9488719?v=4?s=100\" width=\"100px;\" alt=\"Frank Tan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFrank Tan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=tansongyang\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://kierb.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/5093058?v=4?s=100\" width=\"100px;\" alt=\"Kier Borromeo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKier Borromeo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-srph\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/paul-veevers\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/8969456?v=4?s=100\" width=\"100px;\" alt=\"Paul Veevers\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePaul Veevers\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=paul-veevers\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Ronolibert\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/13622298?v=4?s=100\" width=\"100px;\" alt=\"Ron Cruz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRon Cruz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Ronolibert\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://rickmcgavin.github.io\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/13605633?v=4?s=100\" width=\"100px;\" alt=\"Rick McGavin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRick McGavin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=rickMcGavin\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://twitter.com/vejersele\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/869669?v=4?s=100\" width=\"100px;\" alt=\"Jelle Versele\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJelle Versele\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-vejersele\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/brentertz\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/202773?v=4?s=100\" width=\"100px;\" alt=\"Brent Ertz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrent Ertz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-brentertz\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Dajust\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/8015514?v=4?s=100\" width=\"100px;\" alt=\"Justice Mba \"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJustice Mba \u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Dajust\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Dajust\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-Dajust\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://mfellis.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/3925281?v=4?s=100\" width=\"100px;\" alt=\"Mark Ellis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMark Ellis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-ellismarkf\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://ronak.io/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/3241922?v=4?s=100\" width=\"100px;\" alt=\"us͡an̸df͘rien͜ds͠\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eus͡an̸df͘rien͜ds͠\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Ausandfriends\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=usandfriends\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=usandfriends\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.robin-drexler.com/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/474248?v=4?s=100\" width=\"100px;\" alt=\"Robin Drexler\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRobin Drexler\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Arobin-drexler\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=robin-drexler\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://arturoromero.info/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/7406639?v=4?s=100\" width=\"100px;\" alt=\"Arturo Romero\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArturo Romero\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-arturoromeroslc\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://algolab.eu/pirola\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/275483?v=4?s=100\" width=\"100px;\" alt=\"yp\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eyp\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Ayp\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=yp\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=yp\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.warbyparker.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/3998604?v=4?s=100\" width=\"100px;\" alt=\"Dave Garwacke\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDave Garwacke\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=ifyoumakeit\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://linkedin.com/in/drapegnik\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/11758660?v=4?s=100\" width=\"100px;\" alt=\"Ivan Pazhitnykh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIvan Pazhitnykh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Drapegnik\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Drapegnik\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Rendez\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/61776?v=4?s=100\" width=\"100px;\" alt=\"Luis Merino\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuis Merino\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Rendez\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://twitter.com/arahansen\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/8746094?v=4?s=100\" width=\"100px;\" alt=\"Andrew Hansen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrew Hansen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=arahansen\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=arahansen\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#ideas-arahansen\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.johnwhiles.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/20307225?v=4?s=100\" width=\"100px;\" alt=\"John Whiles\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohn Whiles\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Jwhiles\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/wKovacs64\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1288694?v=4?s=100\" width=\"100px;\" alt=\"Justin Hall\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJustin Hall\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-wKovacs64\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/pete_tnt\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/7641760?v=4?s=100\" width=\"100px;\" alt=\"Pete Nykänen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePete Nykänen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/pulls?q=is%3Apr+reviewed-by%3Apetetnt\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://jaredpalmer.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/4060187?v=4?s=100\" width=\"100px;\" alt=\"Jared Palmer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJared Palmer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jaredpalmer\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.philipyoungg.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/11477718?v=4?s=100\" width=\"100px;\" alt=\"Philip Young\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePhilip Young\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=philipyoungg\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=philipyoungg\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#ideas-philipyoungg\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://alexandernanberg.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/8997319?v=4?s=100\" width=\"100px;\" alt=\"Alexander Nanberg\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlexander Nanberg\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=alexandernanberg\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=alexandernanberg\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://httpete.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1556430?v=4?s=100\" width=\"100px;\" alt=\"Pete Redmond\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePete Redmond\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Ahttpete-ire\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Zashy\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1706342?v=4?s=100\" width=\"100px;\" alt=\"Nick Lavin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNick Lavin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3AZashy\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Zashy\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Zashy\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://jlongster.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/17031?v=4?s=100\" width=\"100px;\" alt=\"James Long\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJames Long\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Ajlongster\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jlongster\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://michaelball.co\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1505907?v=4?s=100\" width=\"100px;\" alt=\"Michael Ball\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichael Ball\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Acycomachead\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=cycomachead\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=cycomachead\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Julienng\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/8990614?v=4?s=100\" width=\"100px;\" alt=\"CAVALEIRO Julien\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCAVALEIRO Julien\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-Julienng\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.kimgronqvist.se\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/3421067?v=4?s=100\" width=\"100px;\" alt=\"Kim Grönqvist\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKim Grönqvist\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kimgronqvist\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kimgronqvist\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://sijietian.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/3675602?v=4?s=100\" width=\"100px;\" alt=\"Sijie\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSijie\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Atiansijie\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=tiansijie\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://dsds.io\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/410792?v=4?s=100\" width=\"100px;\" alt=\"Dony Sukardi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDony Sukardi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-donysukardi\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#question-donysukardi\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=donysukardi\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=donysukardi\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://dillonmulroy.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/2755722?v=4?s=100\" width=\"100px;\" alt=\"Dillon Mulroy\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDillon Mulroy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=dmmulroy\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/curtytate\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/12440573?v=4?s=100\" width=\"100px;\" alt=\"Curtis Tate Wilkinson\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCurtis Tate Wilkinson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=curtiswilkinson\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/brikou\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/383212?v=4?s=100\" width=\"100px;\" alt=\"Brice BERNARD\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrice BERNARD\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Abrikou\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=brikou\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/xutopia\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/14304503?v=4?s=100\" width=\"100px;\" alt=\"Tony Xu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTony Xu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=xutopia\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://anthonyng.me\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/14035529?v=4?s=100\" width=\"100px;\" alt=\"Anthony Ng\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnthony Ng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=newyork-anthonyng\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/notruth\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/11996139?v=4?s=100\" width=\"100px;\" alt=\"S S\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eS S\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-notruth\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=notruth\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=notruth\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-notruth\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=notruth\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://austintackaberry.co\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/29493001?v=4?s=100\" width=\"100px;\" alt=\"Austin Tackaberry\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAustin Tackaberry\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-austintackaberry\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=austintackaberry\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=austintackaberry\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Aaustintackaberry\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#example-austintackaberry\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"#ideas-austintackaberry\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/pulls?q=is%3Apr+reviewed-by%3Aaustintackaberry\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=austintackaberry\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jduthon\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/4168055?v=4?s=100\" width=\"100px;\" alt=\"Jean Duthon\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJean Duthon\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Ajduthon\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jduthon\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://antontelesh.github.io\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/3889580?v=4?s=100\" width=\"100px;\" alt=\"Anton Telesh\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnton Telesh\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3AAntontelesh\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Antontelesh\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ericedem\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1060669?v=4?s=100\" width=\"100px;\" alt=\"Eric Edem\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEric Edem\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=ericedem\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=ericedem\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#ideas-ericedem\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=ericedem\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/indiesquidge\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/3409645?v=4?s=100\" width=\"100px;\" alt=\"Austin Wood\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAustin Wood\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#question-indiesquidge\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=indiesquidge\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/pulls?q=is%3Apr+reviewed-by%3Aindiesquidge\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mmmurray\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/14275790?v=4?s=100\" width=\"100px;\" alt=\"Mark Murray\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMark Murray\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-mmmurray\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/gsimone\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1862172?v=4?s=100\" width=\"100px;\" alt=\"Gianmarco\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGianmarco\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Agsimone\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=gsimone\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/pastr\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/6838136?v=4?s=100\" width=\"100px;\" alt=\"Emmanuel Pastor\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEmmanuel Pastor\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-pastr\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dalehurwitz\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/10345034?v=4?s=100\" width=\"100px;\" alt=\"dalehurwitz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edalehurwitz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=dalehurwitz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/blobor\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/4813007?v=4?s=100\" width=\"100px;\" alt=\"Bogdan Lobor\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBogdan Lobor\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Ablobor\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=blobor\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/infiniteluke\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1127238?v=4?s=100\" width=\"100px;\" alt=\"Luke Herrington\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuke Herrington\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-infiniteluke\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/drobannx\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/6361167?v=4?s=100\" width=\"100px;\" alt=\"Brandon Clemons\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrandon Clemons\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=drobannx\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/aMollusk\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/10591587?v=4?s=100\" width=\"100px;\" alt=\"Kieran\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKieran\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=aMollusk\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Brushedoctopus\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/11570627?v=4?s=100\" width=\"100px;\" alt=\"Brushedoctopus\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrushedoctopus\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3ABrushedoctopus\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=Brushedoctopus\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://cameronpedwards.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/5456216?v=4?s=100\" width=\"100px;\" alt=\"Cameron Edwards\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCameron Edwards\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=cameronprattedwards\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=cameronprattedwards\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/stereobooster\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/179534?v=4?s=100\" width=\"100px;\" alt=\"stereobooster\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003estereobooster\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=stereobooster\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=stereobooster\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/1Copenut\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/934879?v=4?s=100\" width=\"100px;\" alt=\"Trevor Pierce\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTrevor Pierce\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/pulls?q=is%3Apr+reviewed-by%3A1Copenut\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://xuefei-frank.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1334982?v=4?s=100\" width=\"100px;\" alt=\"Xuefei Li\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eXuefei Li\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=franklixuefei\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://hyperlab.se\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/7252803?v=4?s=100\" width=\"100px;\" alt=\"Alfred Ringstad\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlfred Ringstad\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=alfredringstad\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dovidweisz\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/6895497?v=4?s=100\" width=\"100px;\" alt=\"D[oa]vid Weisz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eD[oa]vid Weisz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=dovidweisz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/RoystonS\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/19773?v=4?s=100\" width=\"100px;\" alt=\"Royston Shufflebotham\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRoyston Shufflebotham\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3ARoystonS\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=RoystonS\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://michaeldeboey.be\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6643991?v=4?s=100\" width=\"100px;\" alt=\"Michaël De Boey\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichaël De Boey\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=MichaelDeBoey\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/EricHenry\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/4412771?v=4?s=100\" width=\"100px;\" alt=\"Henry\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHenry\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=EricHenry\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.greenarrow.me\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/2180127?v=4?s=100\" width=\"100px;\" alt=\"Andrew Walton\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrew Walton\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Agreen-arrow\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=green-arrow\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=green-arrow\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/arthurdenner\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/13774309?v=4?s=100\" width=\"100px;\" alt=\"Arthur Denner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eArthur Denner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=arthurdenner\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://twitter.com/stipsan\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/81981?v=4?s=100\" width=\"100px;\" alt=\"Cody Olsen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCody Olsen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=stipsan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/TLadd\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/5084492?v=4?s=100\" width=\"100px;\" alt=\"Thomas Ladd\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eThomas Ladd\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=TLadd\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lixualinta\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/34634369?v=4?s=100\" width=\"100px;\" alt=\"lixualinta\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003elixualinta\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=lixualinta\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/JCofman\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/2118956?v=4?s=100\" width=\"100px;\" alt=\"Jacob Cofman\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJacob Cofman\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=JCofman\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jf248\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/19275184?v=4?s=100\" width=\"100px;\" alt=\"Joshua Freedman\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoshua Freedman\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jf248\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/AmyScript\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/24494020?v=4?s=100\" width=\"100px;\" alt=\"Amy\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAmy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#example-AmyScript\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://twitter.com/roginfarrer\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/9063669?v=4?s=100\" width=\"100px;\" alt=\"Rogin Farrer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRogin Farrer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=roginfarrer\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rifler\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/871583?s=100\" width=\"100px;\" alt=\"Dmitrii Kanatnikov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDmitrii Kanatnikov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=rifler\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dallonf\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/346300?v=4?s=100\" width=\"100px;\" alt=\"Dallon Feldner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDallon Feldner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Adallonf\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=dallonf\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://samuelfullerthomas.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/10165959?v=4?s=100\" width=\"100px;\" alt=\"Samuel Fuller Thomas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSamuel Fuller Thomas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=samuelfullerthomas\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://audiolion.github.io\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/2430381?v=4?s=100\" width=\"100px;\" alt=\"Ryan Castner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyan Castner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=audiolion\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/silviuavram\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/11275392?v=4?s=100\" width=\"100px;\" alt=\"Silviu Alexandru Avram\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSilviu Alexandru Avram\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Asilviuavram\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=silviuavram\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=silviuavram\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/akronb\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/15676655?v=4?s=100\" width=\"100px;\" alt=\"Anton Volkov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnton Volkov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=akronb\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=akronb\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://keegan.st\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/513363?v=4?s=100\" width=\"100px;\" alt=\"Keegan Street\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKeegan Street\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Akeeganstreet\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=keeganstreet\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://manueldugue.de\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/894149?v=4?s=100\" width=\"100px;\" alt=\"Manuel Dugué\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eManuel Dugué\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=mdugue\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mkaradeniz\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/12477983?v=4?s=100\" width=\"100px;\" alt=\"Max Karadeniz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMax Karadeniz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=mkaradeniz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://medium.com/@gonchub\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/857221?v=4?s=100\" width=\"100px;\" alt=\"Gonzalo Beviglia\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGonzalo Beviglia\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3AGonchuB\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=GonchuB\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/pulls?q=is%3Apr+reviewed-by%3AGonchuB\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/kilrain\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/47700687?v=4?s=100\" width=\"100px;\" alt=\"Brian Kilrain\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrian Kilrain\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Akilrain\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kilrain\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kilrain\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kilrain\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.gzschaler.de\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/321265?v=4?s=100\" width=\"100px;\" alt=\"Gerd Zschaler\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGerd Zschaler\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=rincedd\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Arincedd\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/gaskar\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/491166?v=4?s=100\" width=\"100px;\" alt=\"Karen Gasparyan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKaren Gasparyan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=gaskar\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/kserjey\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/19753880?v=4?s=100\" width=\"100px;\" alt=\"Sergey Korchinskiy\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSergey Korchinskiy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Akserjey\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kserjey\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=kserjey\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/edygar\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/566280?v=3?s=100\" width=\"100px;\" alt=\"Edygar Oliveira\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEdygar Oliveira\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=edygar\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Aedygar\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/epeicher\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/3519124?v=4?s=100\" width=\"100px;\" alt=\"epeicher\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eepeicher\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Aepeicher\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://francoischalifour.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/6137112?v=4?s=100\" width=\"100px;\" alt=\"François Chalifour\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFrançois Chalifour\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=francoischalifour\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=francoischalifour\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#platform-francoischalifour\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/maxmalov\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/284129?v=4?s=100\" width=\"100px;\" alt=\"Maxim Malov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaxim Malov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Amaxmalov\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=maxmalov\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://epiqueras.github.io\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/19157096?v=4?s=100\" width=\"100px;\" alt=\"Enrique Piqueras\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEnrique Piqueras\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-epiqueras\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/layershifter\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/14183168?v=4?s=100\" width=\"100px;\" alt=\"Oleksandr Fediashov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOleksandr Fediashov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=layershifter\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-layershifter\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"#ideas-layershifter\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/saitonakamura\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1552189?v=4?s=100\" width=\"100px;\" alt=\"Mikhail Bashurov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMikhail Bashurov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=saitonakamura\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Asaitonakamura\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.joshuagodi.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/870799?v=4?s=100\" width=\"100px;\" alt=\"Joshua Godi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJoshua Godi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jgodi\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lukyth\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/7040242?v=4?s=100\" width=\"100px;\" alt=\"Kanitkorn Sujautra\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKanitkorn Sujautra\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Alukyth\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=lukyth\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jorgemoya\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/196129?v=4?s=100\" width=\"100px;\" alt=\"Jorge Moya\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJorge Moya\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jorgemoya\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Ajorgemoya\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://kubajastrz.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/6443113?v=4?s=100\" width=\"100px;\" alt=\"Jakub Jastrzębski\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJakub Jastrzębski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=KubaJastrz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mufasa71\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/626420?v=4?s=100\" width=\"100px;\" alt=\"Shukhrat Mukimov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eShukhrat Mukimov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=mufasa71\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://jhonnymoreira.dev\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/2177742?v=4?s=100\" width=\"100px;\" alt=\"Jhonny Moreira\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJhonny Moreira\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jhonnymoreira\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/stefanprobst\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/20753323?v=4?s=100\" width=\"100px;\" alt=\"stefanprobst\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003estefanprobst\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=stefanprobst\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=stefanprobst\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/louisaspicer\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/20270031?v=4?s=100\" width=\"100px;\" alt=\"Louisa Spicer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLouisa Spicer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=louisaspicer\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Alouisaspicer\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://neet.love\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/19276905?v=4?s=100\" width=\"100px;\" alt=\"Ryō Igarashi\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyō Igarashi\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Aneet\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=neet\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://ryanlue.com/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/12194123?v=4?s=100\" width=\"100px;\" alt=\"Ryan Lue\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyan Lue\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=rlue\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mattleonowicz\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/9438872?v=4?s=100\" width=\"100px;\" alt=\"Mateusz Leonowicz\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMateusz Leonowicz\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=mattleonowicz\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/atomicpages\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1824291?v=4?s=100\" width=\"100px;\" alt=\"Dennis Thompson\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDennis Thompson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=atomicpages\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://mayicodefuture.live\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/32408893?v=4?s=100\" width=\"100px;\" alt=\"Maksym Boytsov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMaksym Boytsov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=mayicodefuture\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://dataart.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/5685800?v=4?s=100\" width=\"100px;\" alt=\"Sergey Skrynnikov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSergey Skrynnikov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=IwalkAlone\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=IwalkAlone\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/vvoyer\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/123822?v=4?s=100\" width=\"100px;\" alt=\"Vincent Voyer\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eVincent Voyer\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=vvo\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/limejoe\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/7977551?v=4?s=100\" width=\"100px;\" alt=\"limejoe\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003elimejoe\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=limejoe\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Alimejoe\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/k88manish\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/19614770?v=4?s=100\" width=\"100px;\" alt=\"Manish Kumar\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eManish Kumar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=k88manish\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/fcrezza\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/48123020?v=4?s=100\" width=\"100px;\" alt=\"Anang Fachreza\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAnang Fachreza\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=fcrezza\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-fcrezza\" title=\"Examples\"\u003e💡\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://nickdeom.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/56491159?v=4?s=100\" width=\"100px;\" alt=\"Nick Deom\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNick Deom\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=ndeom\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Andeom\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/clementgarbay\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/12433625?v=4?s=100\" width=\"100px;\" alt=\"Clément Garbay\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eClément Garbay\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=clementgarbay\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/KaiminHuang\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5600404?v=4?s=100\" width=\"100px;\" alt=\"Kaimin Huang\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKaimin Huang\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=KaiminHuang\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3AKaiminHuang\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://theredcircuit.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1242456?v=4?s=100\" width=\"100px;\" alt=\"David Welling\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavid Welling\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=davewelling\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Adavewelling\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#ideas-davewelling\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"#research-davewelling\" title=\"Research\"\u003e🔬\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/chandrasekhar1996\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33996892?v=4?s=100\" width=\"100px;\" alt=\"chandrasekhar1996\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003echandrasekhar1996\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Achandrasekhar1996\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/commits?author=chandrasekhar1996\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/drewbrend\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5375799?v=4?s=100\" width=\"100px;\" alt=\"Brendan Drew\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBrendan Drew\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=drewbrend\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jeanpan\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1307026?v=4?s=100\" width=\"100px;\" alt=\"Jean Pan\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJean Pan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=jeanpan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://tjenkinson.me\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3259993?v=4?s=100\" width=\"100px;\" alt=\"Tom Jenkinson\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTom Jenkinson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-tjenkinson\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/aliceHendicott\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/40346716?v=4?s=100\" width=\"100px;\" alt=\"Alice Hendicott\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAlice Hendicott\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=aliceHendicott\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3AaliceHendicott\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/zmdavis\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25305144?v=4?s=100\" width=\"100px;\" alt=\"Zach Davis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZach Davis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/downshift-js/downshift/commits?author=zmdavis\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/downshift-js/downshift/issues?q=author%3Azmdavis\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors][all-contributors] specification.\nContributions of any kind welcome!\n\n## LICENSE\n\nMIT\n\n[npm]: https://www.npmjs.com/\n[node]: https://nodejs.org\n[build-badge]:\n  https://img.shields.io/github/actions/workflow/status/downshift-js/downshift/validate.yml?branch=master\u0026logo=github\u0026style=flat-square\n[build]:\n  https://github.com/downshift-js/downshift/actions?query=workflow%3Avalidate+branch%3Amaster\n[coverage-badge]:\n  https://img.shields.io/codecov/c/github/downshift-js/downshift.svg?style=flat-square\n[coverage]: https://codecov.io/github/downshift-js/downshift\n[version-badge]: https://img.shields.io/npm/v/downshift.svg?style=flat-square\n[package]: https://www.npmjs.com/package/downshift\n[downloads-badge]: https://img.shields.io/npm/dm/downshift.svg?style=flat-square\n[npmcharts]: http://npmcharts.com/compare/downshift\n[license-badge]: https://img.shields.io/npm/l/downshift.svg?style=flat-square\n[license]: https://github.com/downshift-js/downshift/blob/master/LICENSE\n[prs-badge]:\n  https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square\n[prs]: http://makeapullrequest.com\n[chat]: https://gitter.im/downshift-js/downshift\n[chat-badge]:\n  https://img.shields.io/gitter/room/downshift-js/downshift.svg?style=flat-square\n[coc-badge]:\n  https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square\n[coc]: https://github.com/downshift-js/downshift/blob/master/CODE_OF_CONDUCT.md\n[react-badge]:\n  https://img.shields.io/badge/%E2%9A%9B%EF%B8%8F-(p)react-00d8ff.svg?style=flat-square\n[react]: https://facebook.github.io/react/\n[gzip-badge]:\n  http://img.badgesize.io/https://unpkg.com/downshift/dist/downshift.umd.min.js?compression=gzip\u0026label=gzip%20size\u0026style=flat-square\n[size-badge]:\n  http://img.badgesize.io/https://unpkg.com/downshift/dist/downshift.umd.min.js?label=size\u0026style=flat-square\n[unpkg-dist]: https://unpkg.com/downshift/dist/\n[module-formats-badge]:\n  https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20es-green.svg?style=flat-square\n[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg\n[spectrum]: https://spectrum.chat/downshift\n[emojis]: https://github.com/kentcdodds/all-contributors#emoji-key\n[all-contributors]: https://github.com/kentcdodds/all-contributors\n[ryan]: https://github.com/ryanflorence\n[compound-components-lecture]:\n  https://courses.reacttraining.com/courses/advanced-react/lectures/3060560\n[react-autocomplete]: https://www.npmjs.com/package/react-autocomplete\n[jquery-complete]: https://jqueryui.com/autocomplete/\n[examples]:\n  https://codesandbox.io/search?refinementList%5Btags%5D%5B0%5D=downshift%3Aexample\u0026page=1\n[yt-playlist]:\n  https://www.youtube.com/playlist?list=PLV5CVI1eNcJh5CTgArGVwANebCrAh2OUE\n[jared]: https://github.com/jaredly\n[controlled-components-lecture]:\n  https://courses.reacttraining.com/courses/advanced-react/lectures/3172720\n[react-training]: https://reacttraining.com/\n[advanced-react]: https://courses.reacttraining.com/courses/enrolled/200086\n[use-a-render-prop]: https://medium.com/@mjackson/use-a-render-prop-50de598f11ce\n[semver]: http://semver.org/\n[hooks-readme]: https://github.com/downshift-js/downshift/blob/master/src/hooks\n[useselect-readme]:\n  https://github.com/downshift-js/downshift/blob/master/src/hooks/useSelect\n[combobox-readme]:\n  https://github.com/downshift-js/downshift/tree/master/src/hooks/useCombobox\n[multiple-selection-readme]:\n  https://github.com/downshift-js/downshift/tree/master/src/hooks/useMultipleSelection\n[bundle-phobia-link]: https://bundlephobia.com/result?p=downshift@3.4.8\n[aria]: https://www.w3.org/TR/wai-aria-practices/\n[combobox-aria-example]:\n  https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-autocomplete-list.html\n[select-aria-example]:\n  https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-select-only.html\n[docsite]: https://downshift-js.com/\n[code-sandbox-try-it-out]:\n  https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/downshift/ordered-examples/00-get-root-props-example.js\n[code-sandbox-no-get-root-props]:\n  https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/downshift/ordered-examples/01-basic-autocomplete.js\n[migration-guide-v7]:\n  https://github.com/downshift-js/downshift/tree/master/src/hooks/MIGRATION_V7.md\n","funding_links":[],"categories":["Plugins","Uncategorized","Components","⚛️ React","React [🔝](#readme)","Libraries"],"sub_categories":["React","Uncategorized","Inputs","React-specific libs:"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaypal%2Fdownshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaypal%2Fdownshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaypal%2Fdownshift/lists"}