This PR adds a "DataSelectWidget" that can be used in a json-schema-form to fetch a "queryable state list" from the backend and turn every state item into a select option.
Here is an example usage within a "Add Model" command that fetches a list of "Brands" for a brand selectbox
Additionally, an "Add-Item-Command" can be configured to show a command button below the select box. The command should add a new state item that will become available in the select afterwards.
This PR adds a "DataSelectWidget" that can be used in a json-schema-form to fetch a "queryable state list" from the backend and turn every state item into a select option.
Here is an example usage within a "Add Model" command that fetches a list of "Brands" for a brand selectbox
Add Model Metadata
Additionally, an "Add-Item-Command" can be configured to show a command button below the select box. The command should add a new state item that will become available in the select afterwards.