TulusIbrahim
TulusIbrahim
the error is gone when i add loadAxios before the loadData. but it seems inefficient because it will load the script everytime? 
here is the JSON ``` { "version": "1", "form": { "key": "Screen", "type": "Screen", "props": {}, "css": { "any": { "object": {}, "string": " text-align: left;" } }, "children": [...
can i load options to dropdown without loadCallback? if can how to do that for example like e.data['dropdown'] = [{label:'', value:''}]
> @tulusibrahim > > Hi! Provided source is not complete. So my guess you are trying to load sample data to Dropdown. Here is fixed JSON. You can test it...
> @tulusibrahim At which stage would you like to load the data? Is the datasource an HTTP request? > > > can i load options to dropdown without loadCallback? if...
> @tulusibrahim > > This should not happen. Could you please share your project or create a minimum reproducible example that we can inspect for exceptions? > > > yes...
okay, how about the error? is there any explanation?
just add code action to any input, and try to save it
> @tulusibrahim Hi! > > Please explain what you intend to implement. What would be the end-user use case? To create dependent form fields with various options, refer to the...