You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use TokenCompleteTextView with a cusoradapter to provide a lookup.
When an item from the adapter is selected tokenAdded is not called after we updated from 2.0.8 to 3.0.1
This worked before.
The text was updated successfully, but these errors were encountered:
The only thing I can think of that might be different here is that if you are preventing duplicates in the 3.* version, it doesn't call onTokenAdded any more.
I do that as in the example text by overriding shouldIgnoreToken.
onTokenAdded is not fired for the first token though, so there is nothing to duplicate.
We use TokenCompleteTextView with a cusoradapter to provide a lookup.
When an item from the adapter is selected tokenAdded is not called after we updated from 2.0.8 to 3.0.1
This worked before.
The text was updated successfully, but these errors were encountered: