Not able to remove the border of the DatePicker using custom css style #630
Unanswered
abhisheknikhra
asked this question in
Q&A
Replies: 1 comment
-
Provided that you properly pass Alternatively, remove default styles altogether, copy its source, and edit it inside your repo instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using following CSS style to remove the border of the DatePicker in ReactJS application, but it is not working. Can you please help:
.datePickerStyle {
border: none;
}
It comes up like this:
Beta Was this translation helpful? Give feedback.
All reactions