-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Async data tons of errors in console #380
Comments
I'm not using async data and I'm still getting this issue. See: |
@hatpick try adding a placeholder to your |
In my case i get the dropdown list async (as per the example in the module for multi-select), initially we need to define |
@justsml I already have placeholder there and get all those errors in the console. |
@hatpick Can you post the current HTML you're using... I was assuming based on the code you posted in November. |
@justsml It's the same except that has a placeholder attribute now, I simplified it here. |
+1 |
Any solution has been found? |
@FrancescoMussi you need to add track by (unique ID/name) and if you use the " propsFilter : " like hatpick |
Hi, also affected here. |
Hi @nicklasb , |
Now I am even more confused, It doesn't work? |
Hi @nicklasb |
I think I fixed this bug(s) - https://github.com/shawndotey/ui-select |
Hi,
I'm trying to load async data and then group by them and I get tons of error in the console which leads to group by not working sometimes:
and errors are these:
and
and
and
apparently data is not ready when the directive is trying to access it.
The text was updated successfully, but these errors were encountered: