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
Hi, i want to create auto suggest to my loopback service, the behaviour is every afterTextChanged the request fired, but if onTextChanged, i want to cancel the request, i know in loopj it will use cancelRequest() to do so but i don't have idea how to cancel request from RestAdapter?
any clue will be helpful, thanks!
The text was updated successfully, but these errors were encountered:
Hi, i want to create auto suggest to my loopback service, the behaviour is every
afterTextChanged
the request fired, but ifonTextChanged
, i want to cancel the request, i know in loopj it will usecancelRequest()
to do so but i don't have idea how to cancel request from RestAdapter?any clue will be helpful, thanks!
The text was updated successfully, but these errors were encountered: