-
Notifications
You must be signed in to change notification settings - Fork 13
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
You can remove the inline style from inputs #18
Comments
Agreed. I vote simply change the order of the inputProps extend: that way the style only gets overwritten if explicitly specified. Having hardcoded styles that aren't in the provided stylesheet is painful as it forces developers to use |
How can i remove the border from the input? Thank you
How can i remove the border from the inputs? |
If it comes from Props function you can only with !important in CSS file |
Great point guys... I'd appreciate if anyone could create a pull request with this fix. I can create a pr fix for this a bit later no one opts to do it |
react-datetime-range-picker/lib/index.jsx
Line 34 in c821928
There is a function that passes inline style to datepicker input. Its hard to override style of this element. :(
The text was updated successfully, but these errors were encountered: