The behavior of the field with the type of List of Users

Hi!

  1. The field only shows the first 10 records, there is no way to scroll further, although there are 82:
    image

  2. If all of these 10 entries are added to the field, the selection list is empty:
    image

How to display the entire list with scrolling? Or set other limit?

  1. The selection list is still empty even after deleting entries from the field. You need to refresh the page.
    How to update lookup list dynamically?

Current field options:
image

Thanks.

I’ve seen wikis with 50.000 users. Listing all of them there would probably break your browser / wiki. The point of the user picker is not to scroll until you find the user. The point is to get user suggestions as you type.

You need to type into the field in order to get suggestion.

Yes, of course, everything is true in terms of system performance and stability, but it is not entirely clear to the user.

  1. It is worth adding a hint in the body of the field that you need to start typing characters to look for records.
  2. Add the + symbol.
  3. Add the ability to specify Pagination Size (10, 20, 50, 100 records).
  4. After adding all the records from the current part, upload the following.
  5. Look for similar components, for example:
    http://slimselectjs.com/?p=%2Fmethods%2F
    image
    image