Setting Options for a Select component gives console errors

I think this error have regressed - at least I am now getting the same errors again, and I also checked your result @mark-piller , and it also gives the same error again:

Invalid option item in the Select Component, make sure each option object has defined "objectId" property, otherwise the option will be skipped

A bit annoying to have these errors thrown around everywhere, even though it is not impacting my apps as such, so it would be nice to have this fixed again…

Hi Egil,

The error is unrelated to the data that is being loaded (as long as the data is valid). In my case (and likely in yours), the error comes from the default options:
UI Builder - support - ConsoleDemo - Backendless 2023-12-08 16-36-13

These options appear when you click the following button:

I deleted them from my test page, and now the error is gone:
https://www.backendless.us/api/files/ui-builder/containers/support/index.html?page=selectassignment

I agree the error should not be there in the first place, and we will look into it, however, it still is completely harmless and easily avoidable.

Regards,
Mark

Ah, yes, this is what used to not work when I last looked into this. I know it is harmless, but having console errors that are not really errors was getting to me, so I am glad this is now easy to work around. Thanks! :slight_smile: