This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
TypeError: Cannot read property '_uiSelectChoiceLocked' of undefined #1269
Comments
+1 |
10 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 This also happens when you input characters and press enter fast enough before the results are loaded. |
+1 @johnmarkli I have experienced this numerous times. I had thought it was something more insidious than just typing too fast, but I could never replicate it! XD |
+1 |
kavika-1
added a commit
to hiconversion/ui-select
that referenced
this issue
Jul 8, 2016
Prevent creating and adding undefined items to $select.selected. Addresses angular-ui#1269.
user378230
added a commit
to user378230/ui-select
that referenced
this issue
Jul 9, 2016
Previously setting a selected item as locked modified that item, this could cause issues if the item was used outside of the directive. This commit changes the directive to store the information internally thus preventing it from interfering with external uses. Closes angular-ui#1269 and angular-ui#514 Supersedes (and closes) angular-ui#1641 and angular-ui#952
user378230
added a commit
to user378230/ui-select
that referenced
this issue
Jul 9, 2016
Previously setting a selected item as locked modified that item, this could cause issues if the item was used outside of the directive. This commit changes the directive to store the information internally thus preventing it from interfering with external uses. Closes angular-ui#1269 and angular-ui#514 Supersedes (and closes) angular-ui#1641 and angular-ui#952
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If tagging is enabled, it is possible to select a null item. After that I am getting errors
How to reproduce:
Object Tags
-1
)null
item is added and can not be removedTypeError: Cannot read property '_uiSelectChoiceLocked' of undefined
The text was updated successfully, but these errors were encountered: