Rebaz Raouf
Rebaz Raouf
@vasilich6107 I tried multiple time and the code is same and error not shown, it work when you change focus multiple times. In my case I tested on mac, maybe...
Hi @joanpablo Thank you :). > 1-How are you creating the FormGroup? Normally I just create from ```StateNotifier``` > 2-Are you using any State Management library? I use ```Riverpod``` but...
> This is why I'm always asking to reproduction repo) The local code utilization could have many things that we can't imagine. So instead of trying to guess I prefer...
@vasilich6107 @joanpablo founded that if I use ```IndexedStack``` and ```maintainState``` is **true** and share a form like what I did then the form focus will not work properly, so quick...
@joanpablo I'm using Riverpod to manage state and only create one instance of ```FormGroup``` and multiple ```ReactiveForm```. the problem happen when sharing a ```FormGroup``` in the widget tree and if...
The problem is the focus that does not trigger when widget invisible but exist in the widget tree. I don't think making two ```FormGroup``` solve the problem as the focus...
Thank you for the help. I will try that
Hi @joanpablo I tried the same example above but creating 2 FormGroup. it will show the error as soon as focus change but at the same time if you change...
> If the second view (sign-up) is showing the errors without a direct interaction of the user then it is because you are still using the same FormGroup for both...
> Have you assigned a different Key() for each ReactiveTextField? It's same as before after providing ```Key``` for both ```ReactiveTextField``` and ```ReactiveForm```, also pressing tab does not change focus to...