Skip to content

"placeholder" prop in the documentation is wrong #62

Open
@nbozoglu

Description

@nbozoglu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions