Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SyncroIT opened this issue Dec 11, 2023 · 1 comment
Open

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

SyncroIT opened this issue Dec 11, 2023 · 1 comment

Comments

@SyncroIT
Copy link

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

@SyncroIT
Copy link
Author

Also I'd like to point out the :selectedDate prop is not required when you're using v-model:selectedDate, I don't know why you use both in the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant