Using DateRangePicker but the Start-Date's <div> is covering the arrow icon.
Both the start and end-date <div> input boxes share the classes .DateInput and .DateInput_1
I did get the arrow to display by removing position: relative; from .DateInput's CSS (changes its computed style to position: static;).
I can say this is only an issue with the first/Start-Date div because isolating the styles shows that the second date input div is not the one causing the issue.
Notes:
numberOfMonths={1} ?@r-i-c-h can you share a screenshot?
Not sure how much there is to see, but....


I get the same sort of problem
I have the exact same issue as well.
I did get the arrow to display by removing position: relative; from .DateInput's CSS (changes its computed style to position: static;).
This seems to fixed it.
It could be because box-sizing: border-box is not set not set globally.
Updating this, fixed the issue for me
Most helpful comment
It could be because
box-sizing: border-boxis not set not set globally.Updating this, fixed the issue for me