Show only the calendar icon? #120
Unanswered
browser-bug
asked this question in
Q&A
Replies: 1 comment
-
I guess you could hide this via CSS: .react-daterange-picker__inputGroup {
display: none;
}
.react-daterange-picker__range-divider {
display: none;
} https://codesandbox.io/s/react-daterange-picker-no-inputs-5py107 But I'd reconsider if React-DateRange-Picker is the way to go in this case, perhaps using React-Calendar directly would be a better choice. |
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
-
Is it possible to show only the calendar icon without the explicit date range text? You can hide the icon via props but not viceversa for what I've understood.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions