This repository has been archived by the owner on Nov 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 293
when viewMode is months, would like to select only month and year from picker. #178
Comments
Here is a dirty workaround: Instead of using DateTimeField, extend it and use the extended component:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Its a great component we came across to use in our react application for datatime picker. We found a small issue with this in particular scenario. Here is it:
When we give viewMode as "months" and click on dataTimePicker box and selects MONTH and YEAR, its going to DATE input screen to select day of month. We would like an options to avoid selecting day of the month, instead having it automatically set to a default value when viewMode is "months".
The text was updated successfully, but these errors were encountered: