question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reference list ui-select drop down not populated

See original GitHub issue

Description

Reference list ui-select drop down not populated correctly on 1.0.0-alpha7

Steps to Reproduce

With @jpetitcolas help I got plunkr working and can validate this bug occurs since the Alpha 6 release

Code working on Alpha5: http://plnkr.co/edit/f9rIMxVwG1FVP54fgmKk

Code not working in Alpha 7: http://plnkr.co/edit/JkgrLFgvz7jP6Ee6w0m9

Culprit is this part of the code not rendering in the updated ui-select component:

nga.field('boss_id', 'reference')
       .label('Boss')
      .targetEntity(bosses)
      .targetField(nga.field('id')),

Expected behavior: The drop down list of Bosses ID is displayed when clicked on it, in the edit view of a User The user ‘Cathy’ Boss ID (1) is displayed in the edit view of this user

Actual behavior: The drop down list of Bosses ID is not displayed when clicked on it, in the edit view of a User The user ‘Cathy’ Boss ID is not displayed in the edit view of this user

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jpetitcolascommented, Sep 28, 2016

Ping @Kmaschta.

0reactions
Kmaschtacommented, Oct 10, 2016

I’m sorry @gotthardp, you’re right the build 1.0.0-beta1 is corrupted. We’ve just published another one to fix the issue, you can install it with:

npm install ng-admin@1.0.0-beta2
Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular UI Select not showing up the selected element in ...
I am having issue with the dropdown populated using UI select not able to show the element which had been selected earlier.
Read more >
Populate Dropdown Lists in ASP.NET MVC Razor Views
This guide presents a couple of common ways to populate dropdown lists in ASP.NET MVC Razor views, with an emphasis on producing functional ......
Read more >
select - AngularJS: API
When an item in the <select> menu is selected, the value of the selected option will be bound to the model identified by...
Read more >
UI automation actions reference - Power Automate
Enter an option or a list of options to be selected in the drop-down list. Multiple options make sense only when working with...
Read more >
The HTML Option element - MDN Web Docs - Mozilla
If this Boolean attribute is set, this option is not checkable. Often browsers grey out such control and it won't receive any browsing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found