You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 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
The text was updated successfully, but these errors were encountered:
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.
lockbot
locked as resolved and limited conversation to collaborators
Feb 19, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a...
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
The text was updated successfully, but these errors were encountered: