react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Allow progamatically update focused TextInput state through ref.

Open lucaswitch opened this issue 2 years ago • 2 comments

Given a <TextInput ref={inputRef} />

We could later do when needed. inputRef.current.setFocused(true);

Summary

Test plan

lucaswitch avatar Apr 08 '22 21:04 lucaswitch

is setFocused even a legit method? Can't seem to find it in types

drplauska avatar Apr 13 '22 11:04 drplauska

@drplauska is actually being discussed since the 4.12 update in #3146

lucaswitch avatar Apr 14 '22 13:04 lucaswitch