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

nz-cascader don't refresh when nzOptions binding data changed #219

Closed
schsiung opened this issue Sep 4, 2017 · 1 comment
Closed

nz-cascader don't refresh when nzOptions binding data changed #219

schsiung opened this issue Sep 4, 2017 · 1 comment
Assignees

Comments

@schsiung
Copy link

schsiung commented Sep 4, 2017

I'm submitting a...


[ x] Bug report  
[ ] Feature request
[ ] Documentation issue or request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Support request => Please do not submit support request here

Current behavior

from the example of nz-demo-cascader-basic, if we set the binding variable _options in a asynchronous way like :

let self=this;
setTimeout( ()=>{
self._options=options;
console.log(self._options);
},1000)

The new _options could not be rendered in the component

@lock
Copy link

lock bot commented Feb 19, 2019

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Feb 19, 2019
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