-
Notifications
You must be signed in to change notification settings - Fork 65
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
Redux Bad Formatting #37
Comments
@shatran any thoughts on this? Having the same issue, only happens if my inputs are state controlled... I'm using Semantic UI React in my example (i'm don't think that's related though):
My "handleChange" method simply sets the state of "ccNumber" to the value entered. When formating="true" is set on This appears to only affect "formatted" fields "number" and "expiry" Edit- Edit x2- |
@brendonlamb Did you come to any conclusions regarding this? I'm actually hitting the same block. formatting the fields seems convenient and is kind of the reason for using something like this. |
nope, just kinda moved on :/ sorry. |
When used with Redux Form Fields, the formatting is glitchy. When I type in the credit card number, for example, on the 5th digit the numbers get deleted while typing.
The text was updated successfully, but these errors were encountered: