MCPcopy
hub / github.com/halilb/react-native-textinput-effects / blur

Method blur

lib/BaseInput.js:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 blur() {
127 this.inputRef().blur();
128 }
129
130 isFocused() {
131 return this.inputRef().isFocused();

Callers

nothing calls this directly

Calls 1

inputRefMethod · 0.95

Tested by

no test coverage detected