-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Angular 1.5 - Uncaught Error: [ui.select:transcluded] Expected 1 .ui-select-match but got '0'. #1444
Comments
Actually b1c4fdc fixes this issue. Waiting on a release. |
+1 to quickly release this :) because it is blocker to bump angular 1.5.x |
+1 for a quick release :) Testing the changes in local environment but would prefer the official build. |
+1 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
@aaronroberson wdyt about a quick patch release that includes the 1.5. fix? |
#1430 has been included in the v0.14.3 release. |
Hmm, I'm still getting the |
@Sixthdim Can you provide a stack trace, any additional details or plunkr example? |
@aaronroberson Sure, here is the stack. I'll see if I can get a fiddle up today if this doesn't help.
|
@Narretz can you reproduce after upgrading to v0.14.3? |
@aaronroberson I am getting same as @Sixthdim when I upgrade. |
@aaronroberson Here's the demo modified with latest angular and ui-select versions, and all things work: http://plnkr.co/edit/ZAncjGXEZvyMJCM3eKew?p=preview |
@Narretz Looks like the 0.14.3 package which I installed via npm, still has the old 0.14.1 files in the dist folder even though package indicated it was 0.14.3 |
@Azsael Thanks for investigating. This is something @aaronroberson must handle ;) |
If you look here you'll see the tag for v0.14.3 has the updated build files. Something may have gone wrong when publishing to npm. |
@aaronroberson Not quite sure, I noticed you released more versions so updated to 0.14.7 |
@Narretz I'm still getting this issue, in case of having huge list. Here is the updated Plunker, with updated ui-select version as well: http://plnkr.co/edit/GZRDGUGe5UIlvBVz8YDv?p=preview So the problem is when large amount of data needs to be loaded in the dropdown, if you click second time while ui-select tries to execute functions from the first request, it will return the same error in the console and it will block the dropdown. Is there something else that needs to be extra configured for this case? |
+1 Seeing following error message.
From
It looks like |
I am still have issue with latest ui-select and angular 1.5 or 1.6
I have just added ng-if ="true" (eventually this will replace with actual condition). But it is throwing me an error "Expected 1 input.ui-select-search but got '0'" It works just fine once we remove ng-if. |
I got this error because my ui-select tag was not closed properly. |
Code broken when I upgraded from Angular 1.4 to 1.5 Now I get the following error:
Uncaught Error: [ui.select:transcluded] Expected 1 .ui-select-match but got '0'.
.Looks like I'm not the only one running into the issue (look at the last comment) - #71.
The text was updated successfully, but these errors were encountered: