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
I have a stepper within a window that I use for a setup wizard. The first form has several nb-selects whose options are rendered. The third form also has an nb-select. However it's options aren' rendered. When the window opens, the backend call for the data needed by the third form is loaded, and I display it in the console but on reaching the third form, no options are available to select from.
I used an observable to have the data load only when the second form is successfully submitted. Works with a normal select but still not with ng-select.
Expected behavior:
When the third form is loaded, the nb-select should have data bound to its options.
Steps to reproduce:
Create a component A, having a stepper.
Create two components, B and C, each having a form and nb-selects.
Include the forms in component A
Have both forms call a service in the back end to get data.
Display A in a window
Start the application and have the window displayed
Same issue here. Interestingly the select will also stop working after moving back in the stepper.
I can also confirm that it seems to be broken when used in tabs and accordion also :s
this issue is not fixed yet.
in my case:
I have a nb-select in the header to change the theme, it works well for the first load, but after changing the route it's not working anymore the click on the nb-select don't show the options
( no error on the console )
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
I have a stepper within a window that I use for a setup wizard. The first form has several nb-selects whose options are rendered. The third form also has an nb-select. However it's options aren' rendered. When the window opens, the backend call for the data needed by the third form is loaded, and I display it in the console but on reaching the third form, no options are available to select from.
I used an observable to have the data load only when the second form is successfully submitted. Works with a normal select but still not with ng-select.
Expected behavior:
When the third form is loaded, the nb-select should have data bound to its options.
Steps to reproduce:
Other information:
npm, node, OS, Browser
Nebular
The text was updated successfully, but these errors were encountered: