Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Yixian15/react-tiny-autosuggest
/ functions
Functions
19 in github.com/Yixian15/react-tiny-autosuggest
⨍
Functions
19
◇
Types & classes
6
↓ 3 callers
Method
render
()
src/AutoSuggest/index.tsx:134
↓ 2 callers
Method
clearSuggestions
()
src/AutoSuggest/index.tsx:123
↓ 2 callers
Method
getSuggestions
()
src/AutoSuggest/index.tsx:54
↓ 2 callers
Method
handleClick
(option: string)
src/AutoSuggest/index.tsx:116
↓ 2 callers
Function
registerValidSW
(swUrl)
examples/demo-proj/src/registerServiceWorker.js:55
↓ 2 callers
Method
updateHighlightedIndex
(direction: 1 | -1)
src/AutoSuggest/index.tsx:65
↓ 1 callers
Function
checkValidServiceWorker
(swUrl)
examples/demo-proj/src/registerServiceWorker.js:84
↓ 1 callers
Method
handleSubmit
()
src/AutoSuggest/index.tsx:49
↓ 1 callers
Method
onSelect
(option: Option)
src/AutoSuggest/index.tsx:12
↓ 1 callers
Method
onUserInput
(value: string)
src/AutoSuggest/index.tsx:11
Method
collapseSuggestions
()
src/AutoSuggest/index.tsx:127
Method
constructor
(props: Props)
src/AutoSuggest/index.tsx:24
Method
handleChange
(e: React.ChangeEvent<HTMLInputElement>)
src/AutoSuggest/index.tsx:42
Method
handleKeyDown
(e: React.KeyboardEvent)
src/AutoSuggest/index.tsx:100
Function
handleSelect
(selection: string)
src/App.tsx:7
Function
handleSelect
examples/demo-proj/src/App.js:10
Function
handleSubmit
()
examples/demo-proj/src/App.js:13
Function
register
()
examples/demo-proj/src/registerServiceWorker.js:21
Function
unregister
()
examples/demo-proj/src/registerServiceWorker.js:111