2.x: makeFindMixin pending state before debounced requrests
·
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.