Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

mdl-select async dynamically update options #47

Closed
xinz opened this issue Jul 1, 2016 · 2 comments
Closed

mdl-select async dynamically update options #47

xinz opened this issue Jul 1, 2016 · 2 comments

Comments

@xinz
Copy link

xinz commented Jul 1, 2016

Hi,

In the vue instance's lifecycle hooks (I try created / ready / beforeCompile), I want to dynamically load the options data from the promise object, but I find that once using the async http request/response, the options can be displayed, but after select one item, the populated options menu won't hide. Do you have any suggestions to resolve this issue?

Thanks.

@posva
Copy link
Owner

posva commented Jul 1, 2016

yeah, there's a bug about it. Options are only considered at creation so they cannot be later modified.
Duplicated of #46

@posva posva closed this as completed Jul 1, 2016
@xinz
Copy link
Author

xinz commented Jul 3, 2016

Thanks for your confirmation.

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

No branches or pull requests

2 participants