Question about customer picker field

Hi, I'm using a custom picker field in my UI. Say I have 1000 data to search for, but i want the custom picker field to only show 20 suggestions with each keyword I typed. Is there any way to do that?

OriginalPostID-214635

OriginalPostID-214635

  Discussion posts and replies are publicly visible

Parents
  • @sagarl511 Tried that, the problem is the paginginfo is applied on the first keypress which result in subsequent keypress returns no suggestion instead of data with higher accuracy. e.g. I have a query rule which returns the list of names, in which I apply pagingInfo to it with a batchsize of 20 and sort by name, when i typed in "a", it does return 20 name suggestion that start with "a" but when i typed in another character "v", instead of returning 20 suggestion start with "av", it returns an empty suggestion list.
Reply
  • @sagarl511 Tried that, the problem is the paginginfo is applied on the first keypress which result in subsequent keypress returns no suggestion instead of data with higher accuracy. e.g. I have a query rule which returns the list of names, in which I apply pagingInfo to it with a batchsize of 20 and sort by name, when i typed in "a", it does return 20 name suggestion that start with "a" but when i typed in another character "v", instead of returning 20 suggestion start with "av", it returns an empty suggestion list.
Children
No Data