This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Description
Is there a way to create schemes with dynamic Choice fields? E.g. I want to render a form where the user is supposed to select from his existing objects. The list of these objects must be retrieved from the database on each request.
Even adding some sort of a callable (similar to defaults) won't help because I need to pass a context for the database query somehow...