Currently every time you want to add someone (via »Choose person« or »Add person«), you get greeted with the »Searching« message. This is annoying and we should simply preload the content.
Any idea how to do that? I googled for all kinds of keywords in the last minute, but this seems to not exist, only when you have a fixed amount of data without live-searching later on.
Maybe it’s a select2 function or so? cc @nextcloud/javascript on this one.
Well I read all the select two docs...
I removed the starter issue label since this is not a starter issue really. It really is an important issue though cause it impacts the initial user experience.
Calling @nextcloud/javascript again for ideas. @danxuliu? :)
As I stated also on the linked issue.
I would say talk should not perform any search if in case of LDAP autocompletion is disabled. In case of large database the search simply timesout and prevents people to for example start public call (as this option is unavailable until the search is complete). The only way around it is to type in a name of existing user. Only then you can select to start public call or a group.
Most helpful comment
I removed the starter issue label since this is not a starter issue really. It really is an important issue though cause it impacts the initial user experience.
Calling @nextcloud/javascript again for ideas. @danxuliu? :)