-
Notifications
You must be signed in to change notification settings - Fork 294
Fix touched behavior #92
New issue
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
Conversation
delesseps
commented
Jul 17, 2017
- Focus and blurring a field with validation rules without changing the value should not cause it to be 'touched'
- Changing a field value back to it's initial value should restore the untouched state
- Focus and blurring a field with validation rules without changing the value should not cause it to be 'touched' - Changing a field value back to it's initial value should restore the untouched state
Hi @benjycui, as per the documentation http://react-component.github.io/form/#isfieldtouched(name:-string):-bool, making sure that this works properly. Please take a look. |
@benjycui do you see any issues? |
@afc163 you helped me out with the /switch PR, perhaps you can review this please? |
👍 please merge/review this as I am being affected by this issue too |
I don't agree, |
It's hard to say which is right.. Could you show other form's behavior? |
We could create a parallel |
Closing for now, will check the state of play in latest ant3 |
Will check it in ant3 too, thanks for top work squad! |