PeoplePickerApi display suggestions via search()

  • 5 December 2016
  • 1 reply
  • 5 views

Badge +2

Hello,

I am trying to use NF.PeoplePickerApi to search people.

I can find the people using search(), but I am not able to find the method to show suggestions from the API


var
ins = new NF.PeoplePickerApi('#my_id'); 
//search for jon doe 
ins.search('domain\jon.doe').donefunction (data) {
      //is there any method to show suggestions here?
});
Please help!!! Thanks!

1 reply

Userlevel 4
Badge +7

Hi

The Nintex forms peoplepickerapi just allows programmatic interaction with the people picker field, not to allow a user to then select a user

‌ explains the available functions.

I have done some work populating a people picker field which you may find useful:

Hope this helps

Reply