vue-datepicker
vue-datepicker copied to clipboard
Customize placeholder
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
you can change it like below
option: {
inputStyle: {
'color': 'black'
}
}