Skip to content

Calendar select event has no value #144

Closed
@fairking

Description

@fairking

"primevue": "1.0.0"

Regarding docs:
image

Calendar select event has no value. e does not contain value property:

<Calendar :value="value" @select="dateSelect" date-format="dd.mm.yy" 
:show-time="showTime" :readonly="readonly" />
methods: {
    dateSelect(e) {
        console.log(e);
    },
},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type: BugIssue contains a bug related to a specific component. Something about the component is not working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions