nb-select selection issue
See original GitHub issueIssue type
I’m submitting a … (check one with “x”)
- bug report
- feature request
Issue description
Current behavior:
If nb-select
was rendered and only after that list of options come from the server, it’s not possible to select any option
Expected behavior:
If we load list of option after nb-select
rendering it should be possible to select value
Steps to reproduce:
- create component with
nb-select
and list ofnb-option
, which is generated byngFor
operator. - update list of possible options using
setTimeout
f.e. in your component - try to select new option
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Nb Select Issue - StackBlitz
Starter project for Angular apps that exports to the Angular CLI.
Read more >Issue with Nb-select multiple control - Stack Overflow
Current behavior: I am using the nb-select multiple options to select multiple items and show them back after the screen loads.
Read more >Select Angular UI Component - Nebular - GitHub Pages
The NbSelectComponent provides a capability to select one of the passed items. ... In this case, nb-select will work only with arrays -...
Read more >Austin Tgettis leads the 10U NB Select Red National Team to ...
Austin Tgettis leads the 10U NB Select Red National Team to another victory in Pigeon Forge, Tennessee. His complete game 83 pitch shutout ......
Read more >Select Baseball League
The Select League was created to provide an enhanced travel ball experience for all age levels. The Select League is the premier baseball...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in #1299
Ng-container still can’t be used inside a nb-select. The stackblitz mentioned by @aefox has the problem as well.