MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / handleSelect

Function handleSelect

webview-ui/src/components/ui/searchable-select.tsx:123–126  ·  view source on GitHub ↗
(selectedValue: string)

Source from the content-addressed store, hash-verified

121 }
122
123 const handleSelect = (selectedValue: string) => {
124 setOpen(false)
125 onValueChange(selectedValue)
126 }
127
128 const handleClearSearch = () => {
129 setSearchValue("")

Callers 5

WorktreeSelectorFunction · 0.85
ModeSelectorFunction · 0.85
ApiConfigSelectorFunction · 0.85
SearchableSelectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected