-
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
valid FormsyText will overwrite underlineFocusStyle border-color style with default color #194
Comments
To try and be helpful, adding this code in line 152 of app/Main.js inside the example code will let you see the bug: underlineFocusStyle={{borderColor:'green'}} You will see that when you click on the Any quick fix for this while it's being looked at? |
Just my initial thoughts because I don't have time to dig into this right now: As a side note--does anyone have an issue with allowing the |
Guys this needs attention, lots of project use the lib in production. Bugs been happening for a while. for the time being this could be a simple hot-fix till the issue is resolved.
and add it to the render
|
@kdichev your first sentence--there's no place for that here. This is an open source project, not a product that you paid for. Every bit of progress happens on a voluntary basis. If you're using this in production and a bug pops up that you don't think is being fixed quickly enough--dig into the library and offer some insight, a PR, or a question. Aside from that, thanks for pointing out how to use the theme provider for those not familiar. I reckon there is a simple fix, but I have higher priorities this week. Maybe Saturday if this is still open, I'll jump in. |
Hey I totally did not have an intend to sound like that, demanding... I'm a young dev so I don't know the codex. I'll checkout the source and try to fix it :) |
Hey thanks for acknowledging the bug. I was worried I was the only one experiencing it since nobody else had raised the issue, as it seems to be quite damaging. I don't have experience fixing libraries, but I'll follow this issue closely and hopefully learn how the eventual fix goes. |
It seems that the style set inside underlineFocusStyle will be overwritten with default color when the FormsyText validation is passed. Very annoying bug since the default is bright blue.
Any workaround, or will I have to disable underline in the meantime?
Using :
"react": "15.4.2",
"formsy-material-ui": "^0.5.5",
"formsy-react": "^0.18.0",
The text was updated successfully, but these errors were encountered: