hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

Customize placeholder #110

Open doglasbatista opened 7 years ago

doglasbatista commented 7 years ago

Hey @hilongjw or anyone.

How can I style the color of the placeholder? By default it comes with a shade of gray that I need to change. And nowhere in the documentation or in the code itself did I find any mention of it

pmkay commented 6 years ago

you can change it like below

option: {
inputStyle: {
'color': 'black' 
}
}