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
Hey Akveo, really love the Nebular project and the themes, using it in my project.
There seems to be a Bug in the NbSelectComponent, while changing the option content children.
Current Behaviour:
Works as expected when creating options in a nFor at the first time. Option elements cannot be selected, when the option list changes.
Expected Behaviour:
Option elements can be selected when the option list changes, e.g. by Observable input.
Hey Akveo, really love the Nebular project and the themes, using it in my project.
There seems to be a Bug in the NbSelectComponent, while changing the option content children.
Current Behaviour:
Works as expected when creating options in a nFor at the first time. Option elements cannot be selected, when the option list changes.
Expected Behaviour:
Option elements can be selected when the option list changes, e.g. by Observable input.
Note:
You probably need to listen to https://angular.io/api/core/QueryList#changes ...
The text was updated successfully, but these errors were encountered: