-
Notifications
You must be signed in to change notification settings - Fork 362
Open
Labels
Description
How can I add extra conditions?
For example, I'm using the autocomplete to add some child things to a parent thing. I don't want to return things that have already been added because it's not valid to add them twice. I would like place a JS hook that lets me pass an array to the server of the IDs of already added things and then exclude them from the result.
This is a very common use case. I'm pretty sure that the jquery ui supports it, so it would be a matter of exposing it.
Thanks for this great plugin!