formio.js
formio.js copied to clipboard
A request for each select in a datagrid.
I have a select that uses data from an API in a datagrid, when I load a form with this datagrid populated with many records, each one sends a request to the API, is there a way to solve this? LazyLoad would solve it, but I want to show the "title" field in the select, with LazyLoad showing the keyname.
Could you provide a minimally reproducible example of what you are trying to achieve? This can either be in the form of a jsfiddle or the form json.