mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.51k stars 404 forks source link

How can we set the fonts to not be "greyed out" when datepicker is disabled ? #719

Closed dgouveris closed 1 year ago

mengxiong10 commented 1 year ago

change the css

.mx-input:disabled {
     color: '';
     background: ''
}