typesystem icon indicating copy to clipboard operation
typesystem copied to clipboard

Dynamic Choice fields

Open john251 opened this issue 6 years ago • 0 comments

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...

john251 avatar Aug 09 '19 06:08 john251