You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is an example for the bug/issue,in theory when I change the input1 select to some value other than 0 it should reset the input2 to 0 but what I'm seeing is that it clears the changed input itself input1
2- in the browser change the select of input1 to one you will notice that it does set the input to 1 but after the timeout that I have 1000ms it will reset the input itself and not the input2 as it's supposed to do
Is there a bug in my code or in inertiajs?
The text was updated successfully, but these errors were encountered:
Hey! Thanks so much for your interest in Inertia.js and for sharing this issue/suggestion.
In an attempt to get on top of the issues and pull requests on this project I am going through all the older issues and PRs and closing them, as there's a decent chance that they have since been resolved or are simply not relevant any longer. My hope is that with a "clean slate" me and the other project maintainers will be able to better keep on top of issues and PRs moving forward.
Of course there's a chance that this issue is still relevant, and if that's the case feel free to simply submit a new issue. The only thing I ask is that you please include a super minimal reproduction of the issue as a Git repo. This makes it much easier for us to reproduce things on our end and ultimately fix it.
Really not trying to be dismissive here, I just need to find a way to get this project back into a state that I am able to maintain it. Hope that makes sense! ❤️
Version:
@inertiajs/react
version: 1.0.2Describe the problem:
Below is an example for the bug/issue,in theory when I change the
input1
select to some value other than0
it should reset theinput2
to0
but what I'm seeing is that it clears the changed input itselfinput1
Steps to reproduce:
1- run this example using inertiajs/react
2- in the browser change the select of input1 to
one
you will notice that it does set the input to1
but after the timeout that I have1000ms
it will reset the input itself and not theinput2
as it's supposed to doIs there a bug in my code or in inertiajs?
The text was updated successfully, but these errors were encountered: