react-datepicker
react-datepicker copied to clipboard
showMonthDropdown and showYearDropdown arrows overlap text
Describe the bug
If both showMonthDropdown
and showYearDropdown
are enabled, the down-arrows overlap the text.
To Reproduce
- Add DatePicker with
showMonthDropdown
andshowYearDropdown
- Click DatePicker input
Expected behavior As in v3.*, the arrows and text are correctly spaced apart.
Screenshots
(the triangle being misaligned to the input is being tracked in #3176)
Desktop:
- OS: Windows 10
- Browser: Chrome
- Version 4.5.0
Smartphone (please complete the following information): Not tested
There is a workaround, used in the example page using dropdownMode="select"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.