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

default-value props doesnt change dynamically? #364

Closed
dawid-karnacewicz opened this issue Oct 29, 2019 · 4 comments
Closed

default-value props doesnt change dynamically? #364

dawid-karnacewicz opened this issue Oct 29, 2019 · 4 comments

Comments

@dawid-karnacewicz
Copy link

Hello,
Im writing because i have one small problem - when i have two date pickers DateFrom and DateTo

  1. I Change DateFrom value
  2. Assing Date From Value (v-model) to DateTo "default-value" props
  3. Open DateTo datepicker - Nothing changes
  4. Close DateTo datepicker
  5. Open DateTo datepicker (again) - Everything is okey - "default-value" props is equal to DateTo Value (v-model)

Default value of DateTo datepicker should change in point number 3 not 5. I need to open and close and once again open to default-value props refresh

Is this bug?

@mengxiong10
Copy link
Owner

mengxiong10 commented Oct 29, 2019

The default-value is just to initialize the calendar when the value is null.
So the default-value changed don't affect calendar immediately.
I'll fix it in next verson. thanks.

@dawid-karnacewicz
Copy link
Author

@mengxiong10 Shall you provide the approximate date of release of the version?

@mengxiong10
Copy link
Owner

mengxiong10 commented Oct 29, 2019

I'll release 2.13.3 to fix it.

@mengxiong10
Copy link
Owner

fixed it in v2.13.3

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

2 participants