react-datepicker month and year dropdown overlap - reactjs

I have used react-datepicker library.
When i use month and year dropdown they are displaying one above another
I want them to display side by side

Related

react datepicker custom dates for selection

Currently Im developing an datepicker from hackerone react datepicker, where user can select date from day up to decade, but I didnt find any props in DatePicker component at their website to give user opportunity to select decade, maximum is a year selection. I decided to put prop yearItemNumber={100} so it will give a range of 100 years, but how can I combine 10 years into one option as it show in first screen?
How it may look:
What I have:
Also additional question, how can I display a century in datepicker header? Or its just a hardcoded text

Open a month picker with specific months on click of input box

I want open a month picker in react on clicking of input box or a calendar icon same as react widget datepicker. Moreover I want to apply a logic wherein only future months should be clickable and previous months to be disabled. Please let me know how I can do this in react.
i have use react-widget calander but its by default in open state. i have used react-widget month picker but after clicking on a particular month, the dates also appear
Thanks in advance

How to change the datepicker calendra view in angular material

In angular material datepicker when click on calendar button it open date and than on clicking in month it show year. I want to select the year first than month and don't want to show date on calendar, it also show on same format once the year and month selected form the calendar in MM/YYYY format only.

Two colored date in onezone datepicker

I'm using ionic onezone datepicker for the representation of calendar in my app,but for certain date I need to provide two colored date as show below.Can anyone help me with that.

WPF Datepicker scroll through dates in textbox

I would like to scroll using the arrow keys through the day month and year fields in the datepicker textbox.
I am guessing this will be a two step solution:
1- break up month day year into individual fields that the user 'clicks' into.
2- once the user has focus of the either day year or month then they can use arrow keys to scroll up /down.
anyone done this before with wpf?
Found this project has a date time with up / down:
http://wpftoolkit.codeplex.com/

Resources