Css – react-datepicker anchorDirection="bottom" not working
I am using react-datepicker to display a time picker component but I want the time list to be displayed in the bottom of input component but it's currently showing on top of the input field. code : <DatePicker selected={end_time} onChange={(date)…