MCPcopy Create free account
hub / github.com/callstack/react-native-paper / handleBlur

Function handleBlur

src/components/TextInput/TextInput.tsx:421–428  ·  view source on GitHub ↗
(args: Object)

Source from the content-addressed store, hash-verified

419 };
420
421 const handleBlur = (args: Object) => {
422 if (!editable) {
423 return;
424 }
425
426 setFocused(false);
427 rest.onBlur?.(args);
428 };
429
430 const handleChangeText = (value: string) => {
431 if (!editable || disabled) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…