Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dailydotdev/apps
/ onBlur
Function
onBlur
packages/shared/src/hooks/useInputField.ts:38–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
const
onFocus = () => setFocused(true);
38
const
onBlur = () => setFocused(false);
39
40
const
onInput = (event: SyntheticEvent<T, InputEvent>): void => {
41
if
(valueChanged) {
Callers
2
TextFieldComponent
Function · 0.50
SearchField.tsx
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected