-
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
Nb-Select not emitting change event #948
Comments
I am having the same issue. Nb-select does not work if the options are generated using ngFor and observables. Hardcoding nb-option tags works fine. |
Anyone have a solution? |
up plz :
data :
|
Hi guys, the issue will be resolved in the nearest future. |
Thanks @Tibing |
Hi @mushu8, hope I'll be done this week, and next release version will be published next week |
ok thanks 👍 |
am facing the same issue too. When is the plan to release? |
any workaround for this in the meantime? |
I’ve integrated ng-select |
@pdomala Have u got any solutions for ur issue because i am facing the same issue |
We are facing the same problem. Is there any solution yet please ? |
any update? |
Anyone got this issue solved? Please help |
still not working !! |
my solution is that, I have a pickupAddress which type is string, but put it into a temp array, only contain one value, and loop this array can work.
related component
|
I have the same problem. This issue has not been solved. |
Solved this... HTML
AND TS
The Key is in the (click), cheers!!! |
same issue with selectedChange. @AngelCareaga click doesn't work for me. it just simply doesn't trigger anything. |
Same issue |
Same issue @AngelCareaga does not work form me - selectedChange(e) { Not working |
This would create too many event listeners. This could create a performance issue if used on multiple select box on single page and if each select box contains lots of options. |
@AngelCareaga @Nisha-Yadav-1 |
Same issue, please fixed it. thanks |
Solved this. |
Eu estou usando o translate... |
@amarnandeshwar786 might with css class overlapping issue. Check some margin top added. |
None of the proposed solutions here work. The only thing you can do is have it directly put into the corresponding form control under its formcontrol name, and then listen to its changes. like:
|
Nb-Select not emitting event when used with [ngModel]
I'm submitting a bug report
Issue description
Current behavior:
Nb-Select does not emit (selectChange) or (ngModelChange) event when using observables with ngModel.
Expected behavior:
I want nb-select to emit (selectChange) or (ngModelChange) event every time user selects an option
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered: