Multiple functions #3573
Unanswered
LastSpirit
asked this question in
Q&A
Replies: 1 comment
-
Just use another function to wrap the 2 functions you want to call. onBlur={handleMyBlur}
handleMyBlur = () => {
handleBlur();
setIsFocused(true);
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon,
How do I use multiple functions in onBlur?
React Native
Beta Was this translation helpful? Give feedback.
All reactions