Validation not working when state change occurs
I am trying to use regex validation with my slug TextInput. The value of this field is also automatically updated based on name. Now the issue is when i change the slug and save, it validates just fine. But if I change the nam, the slug also updates and even if it is all right, I get validation error.
I am inclining towards a bug in the core that's causing this. If anyone have faced similar issue and figured a workaround, please help me with this.
Thank You
0 Replies