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
Fix is ready (#1299) and it'll land in 3.4.1.
Before the release, you could prevent this error by triggering change detection manually in the component where select is used.
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
When assigning [selected] input on NbSelect component in template, ExpressionChangedAfterItHasBeenCheckedError is thrown.
Expected behavior:
ExpressionChangedAfterItHasBeenCheckedError is not thrown.
Steps to reproduce:
Place nb-select in template with [selected] input set (see referenced StackBlitz) and load page. Observe error in console.
Related code:
StackBlitz
Other information:
npm, node, OS, Browser
Angular, Nebular
The text was updated successfully, but these errors were encountered: