Skip to content

Documentation on two-way binding in Vue Schedule is incorrect #249

@SyncroIT

Description

@SyncroIT

Here in the docs it says you can two-way bind both selectedDate and currentView by using v-model's attribute.

immagine

Obviously that's not working..
Two-way binding for selectedDate works this way (verified):

<ejs-schedule v-model:selectedDate="selectedDate"></ejs-schedule>

As for currentView I haven't verified how it's implemented, maybe that works with the default v-model.

The documentation's page that I'm talking about: https://ej2.syncfusion.com/vue/documentation/schedule/how-to/two-way-binding

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions