Get value of Autocomplete component logs error to console if value is null

When using Autocomplete component from the store, and there is no value (null), even if checking properly for that, it dumps console errors.

So e.g.:

Gives errors like this unless there is an actual value:

index.js:1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'value')
    at e.getValue (index.js:1:6799)
    at bundle.js:42:108
    at onChange (bundle.js:42:121)

Here’s a workaround to avoid seeing errors in console:
UI Builder - demo - DemoApp - Backendless 2024-01-14 14-39-10

Thanks, did not think of that! Works like a charm.