-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Same issue happening when add nb-select inside Feature module. Not working even with nb-layout wrapping all app. Any help? #2180
Comments
I'm not sure if it's applicable, but make sure that you do not have more than one nb-layout, once you add a second layout the "overlay" used to reference the list of items can't render correctly, this drove me insane trying to figure out and is incredibly un-intuitive. |
Same issue with datepicker. I have structure like a ngx-admin(with one ngx-one-column-layout preset and no more), but inside feature modules: |
@unrealisted Are you creating the elements inside of the nb-layout and nb-layout-column? Would it be possible for you to share your general layout? |
@Destreyf Sorry, i can attach only screens: |
Hello, Here you will found a working sample with lazy loaded module : Nebular Stackblitz with lazy loading I had the same issue, I fixed it with loading the nbSelect directly in my child module, in my first approach, I loaded all my nubelar dependancy throw a custom nebular module.
|
i know people says only use one <nb-layout>
<nb-layout-column>
<router-outlet></router-outlet>
</nb-layout-column>
</nb-layout> woala!! problem solved, working on a thrid child of the main router-outlet |
I have managed to solve this. See here. |
Same issue happening when add nb-select inside Feature module. Not working even with nb-layout wrapping all app. Any help?
Originally posted by @Mayocampo in #943 (comment)
The text was updated successfully, but these errors were encountered: