0

I am trying to use the PeoplePicker control on Fluent UI:

https://developer.microsoft.com/en-us/fluentui#/controls/web/peoplepicker

How can I trigger an action when a selection is made? I don't see any onChange method or similar exposed in the API.

Christophe
  • 27,383
  • 28
  • 97
  • 140

1 Answers1

1

After looking at class inheritance on Fluent UI, I found out that the people picker was built on top of a "base picker".

The base picker page has more details on event handlers, including for example an "onItemSelected" method.

Christophe
  • 27,383
  • 28
  • 97
  • 140