top of page

Forum Posts

Dina
Nov 09, 2020
In Coding with Velo
I have some other page where there is a gallery which is connect to a gallery field in db. If the db field is empty, there is this error you can see on the console: It is kind of slows down the page loading. https://buyhoodbiz.wixsite.com/website/sell-events/sweetpotatoesincolors Can somebody please check it? Thanks! Failed setting items: TypeError: Cannot read property 'length' of undefined at Native.set items [as items] (wixCodeApi.js:163) at eval (setValueToComponent.js:11) at Array.reduce (<anonymous>) at eval (setValueToComponent.js:7) at e.exports (setValueToComponent.js:22) at eval (defaultAdapter.js:170) at lodash.min.js:46 at mt (lodash.min.js:27) at lodash.min.js:45 at nu (lodash.min.js:67) at P (defaultAdapter.js:150) at Object.recordSetLoaded (defaultAdapter.js:227) at eval (adapterApi.js:155) at Array.map (<anonymous>) at Object.recordSetLoaded (adapterApi.js:154) at e.exports (initAdapters.js:3) at eval (controller.js:527) at c (runtime.js:63) at Generator.eval [as _invoke] (runtime.js:293) at Generator.eval [as next] (runtime.js:118) at i (controllerStore.js:43) at u (controllerStore.js:43) at eval (controllerStore.js:43) at new Promise (<anonymous>) at eval (controllerStore.js:43) at n (immediate.js:5) at Object.then (immediate.js:13) at eval (controller.js:513) at c (runtime.js:63) at Generator.eval [as _invoke] (runtime.js:293) at Generator.eval [as next] (runtime.js:118) at i (controllerStore.js:43) at u (controllerStore.js:43)
0
6
38
Dina
Aug 05, 2020
In Coding with Velo
Hi, I have an address input element on my site which I use to collect addresses from site visitors. My site visitors are Israeli, and mostly type their addresses in Hebrew. While the autocomplete works great and shows address options in Hebrew, when an option is selected the field value will always be in English. Now, I did overcome it using your example with the "reverse" function, but it is slow. What am I missing here? I did set my regional settings to Israel/Hebrew. Thanks in advance, Dina
0
1
35

Dina

More actions
bottom of page