I am using a custom picker.
Fetching names from a group.
And i want to pass a name using rule input.
Then that name should not be visible in custom picker.How can i do it ?
Discussion posts and replies are publicly visible
Pass that name in the suggestion function and with the help of remove and whereContains, you can remove that name from the datasubset being returned by that suggestionFunction