groupfolders icon indicating copy to clipboard operation
groupfolders copied to clipboard

User/group autocomplete search debounce

Open ClCfe opened this issue 6 years ago โ€ข 3 comments

Hello,

I am currently using nextcloud 16.0.4 and the new Access Control List feature When searching a group or a user, autocompletes generate a lot of ajax request

image

we have the same problem in group folder admin panel

image

I think you could use a debounce delay to avoid sending ajax for each keystroke

ClCfe avatar Sep 06 '19 10:09 ClCfe

fix it ? i using nextcloud 21.0.4 ,the same issue.

LoveWaguan avatar Apr 18 '22 02:04 LoveWaguan

i trying to resolve it ,you maybe need this article: https://codesandbox.io/s/react-select-async-debounce-usecallback-oeixm?file=/src/App.js:54-93

LoveWaguan avatar Apr 18 '22 02:04 LoveWaguan

maybe use debounce-promise can resolve this issue,i tried debounce/ladsh, it work not correctly,had many tries, debounce-promise is working.

LoveWaguan avatar Apr 18 '22 08:04 LoveWaguan