You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it was possible to only target the cancelButton's onPress handling.
Right now, I use the searchbox as header that triggers a redirect to another set of screens with the results. onCancel the user gets redirected to the previous screen. However, onCancel feels almost the same as I would be using onBlur. I was hoping onCancel was only the handling of the cancel button, but I was wrong.
Is there a way to target only the cancel Button to attach an action to?
Kind regards!
The text was updated successfully, but these errors were encountered:
I was wondering if it was possible to only target the cancelButton's onPress handling.
Right now, I use the searchbox as header that triggers a redirect to another set of screens with the results. onCancel the user gets redirected to the previous screen. However, onCancel feels almost the same as I would be using onBlur. I was hoping onCancel was only the handling of the cancel button, but I was wrong.
Is there a way to target only the cancel Button to attach an action to?
Kind regards!
The text was updated successfully, but these errors were encountered: