-
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
The displayed value of the nb-select component is not up to date. #2088
Comments
Can confirm this. Setting the selected element explicitely does work
Using nebular
|
Any update on this? I am having the same issue... I display list of my options using |
I'm exactly having the same issue. |
Update:
|
I just changed [(selected)] to [(ngModel)] and it works for me. |
Issue type
I'm submitting a ... (check one with "x")
Issue description
Refreshing the options of the nb-select component
Current behavior:
The selected element is not updated, however the "ngModel" or "selected" corresponds to the element.
Expected behavior:
The value of the select displayed corresponds to the selected value.
Steps to reproduce:
Update the value containing the options of the nb-select. The option array must not have the same object reference.
Related code:
Other information:
In the example above the select HTML 5 is well updated compared to the nb-select (with ngModel or selected)
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: