-
Notifications
You must be signed in to change notification settings - Fork 149
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
[BUG]: Formsy-react is using state._value but formsy-material-ui using state.value #133
Comments
I think there are some related issues: |
can u pls fix this |
@achtan |
This looked like a pretty well explained bug that should be fixed. I'm going to reopen. Also, I've seen no evidence that formsy-react is no longer being maintained. Can anyone else lend any credibility to that claim? |
Sorry, I wanted to say |
Hey @Stupidism, in your quick fix example, it doesn't look like you |
|
Actually, I don't see any necessity to use |
Sorry for my arbitrary words before. that's what I was thinking when creating this issue. I took a look at the current code and latest commits. You are doing a great job, saving a dying repo. @rojobuffalo Now I find that this issue is somehow solved already. The original title was This issue was one of two things that bothered me very much. The other was that one day I found |
@Stupidism ok sounds good. |
I found the bug in your source code because Chrome auto-filled but Formsy-react not recieving onChange event. I think it's a bug widely ranged in this repo that guys like me who don't know well about this repo can't fix it totally.
Cause:
Chrome autofill triggers change event
Formsy-react is using this.state._value
But formsy-material-ui uses setState({value}) when recieving onChange event
Quick fix for FormsyText:
The text was updated successfully, but these errors were encountered: