-
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
Cannot select option when bind data dynamic into nb-select #1063
Comments
is this fix released ? |
Thanks @tanzeelrana. I already used the normal select control instead of nb-select. Tuan, |
This does not seem fixed in Nebular v3.3.0. When I set my .ts property to = null and use data subscription and
there is no data in the dropdown select; |
@Tibing can you check? |
the initially raised issue with selecting the option actually works as expected as long as your In the second case when using an |
PR raised |
It seems that, this issue can be reproduced in 3.0.0, and fixed in 3.0.1. |
I'm using nb-select for my project, and when i bind data auto in nb-select, i cannot select option as below images:
my code in component:
"
import { Component } from '@angular/core';
import { NbMenuService } from '@nebular/theme';
import { TaxAuthorityService } from '../../@core/services/taxAuthority.service';
@component({
selector: 'ngx-organization',
styleUrls: ['organization.component.scss'],
templateUrl: 'organization.component.html',
})
export class OrganizationComponent {
taxAuthorities;
}
"
Thanks!
Tuan,
The text was updated successfully, but these errors were encountered: