Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/deepops-ai/deepops
/ onOptionClick
Function
onOptionClick
ui/src/components/select/InputSelect.tsx:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
const ref = useRef(null)
57
58
const onOptionClick = option => {
59
onChange(option.value)
60
onToggle()
61
setEntered(false)
62
}
63
64
const searchedResult = useMemo(() => {
65
const q = query.trim()
Callers
1
InputSelect
Function · 0.70
Calls
1
onChange
Function · 0.50
Tested by
no test coverage detected