I want to change color of selected year and current date, but I'm unable to do it. What property should I use to change the color?
| Tech | Version |
|--------------|---------|
| Material-UI | ^0.20.0 |
| React | ^16.2.0 |
| browser | Chrome - 66.0.3359.117 |
@amanshu-kataria The date picker is a challenging component to implement. The complexity comes from different sources: date manipulation and correctness, internationalization, keyboard/touch/mouse interactions, customization capabilities. We haven't been porting it to the v1-beta branch yet, nor it's a priority. But we are documenting alternatives. Here are some components that are promising:
I'm closing for #4787.
We encourage people starting with Material-UI to go with v1-beta. The master branch is in a low maintenance mode. We don't plan any work on it. However, we still do our best to review and merge pull requests that fix bugs on this branch.
@oliviertassinari there's no proper documention for how to change styling in material-ui-pickers. If there's any please provide the reference.
@amanshu-kataria Open an issue on their side then.
Most helpful comment
@amanshu-kataria The date picker is a challenging component to implement. The complexity comes from different sources: date manipulation and correctness, internationalization, keyboard/touch/mouse interactions, customization capabilities. We haven't been porting it to the v1-beta branch yet, nor it's a priority. But we are documenting alternatives. Here are some components that are promising:
I'm closing for #4787.
We encourage people starting with Material-UI to go with v1-beta. The master branch is in a low maintenance mode. We don't plan any work on it. However, we still do our best to review and merge pull requests that fix bugs on this branch.