MCPcopy Create free account
hub / github.com/primer/react / AutocompleteInput.tsx

File AutocompleteInput.tsx

packages/react/src/Autocomplete/AutocompleteInput.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type {ChangeEventHandler, FocusEventHandler, KeyboardEventHandler} from 'react'
2import React, {useCallback, useContext, useEffect, useState} from 'react'
3import type {ForwardRefComponent as PolymorphicForwardRefComponent} from '../utils/polymorphic'
4import {AutocompleteContext} from './AutocompleteContext'

Callers

nothing calls this directly

Calls 5

useSafeTimeoutFunction · 0.85
onBlurFunction · 0.85
onChangeFunction · 0.85
onKeyDownFunction · 0.50

Tested by

no test coverage detected