We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Documentation mentions how to overwrite the placeholder text like this:
<Datepicker ... :placeholder="" ... />
However it is wrong. It should be passed like this:
<Datepicker ... placeholder="New Placeholder Text" ... />
FYI.