react-reactive-form icon indicating copy to clipboard operation
react-reactive-form copied to clipboard

Switch component don't update touched property

Open GrzegorzStanczyk opened this issue 4 years ago • 3 comments

Describe the bug When we touch or change Switch value. Touched property don't change.

To Reproduce Steps to reproduce the behavior:

  1. Change Switch value
  2. Check form control touched property
  3. It still have false value

Expected behavior Touched value should change to true on first control touch.

Desktop (please complete the following information):

  • OS: [iOS 10.14.6]
  • Browser [chrome 76.0.3809.100]

GrzegorzStanczyk avatar Aug 13 '19 09:08 GrzegorzStanczyk

Can you please give me more info, like which version you're using & what is the platform i.e React-Native or React?

bietkul avatar Aug 13 '19 10:08 bietkul

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')} />

GrzegorzStanczyk avatar Aug 13 '19 10:08 GrzegorzStanczyk

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.

bietkul avatar Aug 13 '19 11:08 bietkul