Skip to content

2.x: makeFindMixin pending state before debounced requrests

Choose a tag to compare

@marshallswain marshallswain released this 24 Sep 19:21
· 851 commits to master since this release

feat: set pending state before debounced requests

In the makeFindMixin, if the request is going to be debounced, the isFind<Items>Pending attribute is now set before the debounce timeout. This assures that a loading indicator can be shown during the debounce timeout. It makes pagination operate much more smoothly.