We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When we touch or change Switch value. Touched property don't change.
To Reproduce Steps to reproduce the behavior:
Expected behavior Touched value should change to true on first control touch.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Can you please give me more info, like which version you're using & what is the platform i.e React-Native or React?
Sorry, something went wrong.
Sorry, I did not specify. React Native 0.59.10. And ios xcode iPhoneX 12.2 simulator. Switch native component <Switch label={label} style={styles.switch} {...props} {...handler('switch')} />
<Switch label={label} style={styles.switch} {...props} {...handler('switch')} />
Thanks, I'll get back to you soon. Meanwhile, you can try to call markAsTouched method to register the touch event on onBlur in Switch.
markAsTouched
onBlur
Switch
bietkul
No branches or pull requests
Describe the bug
When we touch or change Switch value. Touched property don't change.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Touched value should change to true on first control touch.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: