filter for custom render reference field

How do I add filter criteria to a custom renderer for a reference field?

I didn’t see anything about filtering in the docs:
https://docs.skuid.com/latest/en/skuid/api/skuid_ui.html#skuid.ui.fieldRenderers.REFERENCE

Looks like you can just use the filtering options in the builder ui. Nice!

Matt, is there a way to apply logic to the filters - similar to condition logic?

Not that I’m aware of…

Thanks, didn’t know if I was overlooking something. We ended up changing the reference source to another model that we could apply the conditions to.