vue-datepicker icon indicating copy to clipboard operation
vue-datepicker copied to clipboard

Customize placeholder

Open doglasbatista opened this issue 7 years ago • 1 comments

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

doglasbatista avatar May 29 '17 15:05 doglasbatista

you can change it like below

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

pmkay avatar Dec 03 '17 23:12 pmkay