MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / onKeyUp

Method onKeyUp

apps/web/ui/TextInput/index.tsx:32–32  ·  view source on GitHub ↗
(event: React.KeyboardEvent<HTMLInputElement>)

Source from the content-addressed store, hash-verified

30 onFocus?(event: React.ChangeEvent<HTMLInputElement>): void;
31 onKeyDown?(event: React.KeyboardEvent<HTMLInputElement>): void;
32 onKeyUp?(event: React.KeyboardEvent<HTMLInputElement>): void;
33}
34
35function TextInput({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected