formio.js icon indicating copy to clipboard operation
formio.js copied to clipboard

Table Lookup refresh

Open Ch-Nameless opened this issue 9 months ago • 1 comments

Dear All,

I created some indexes with a lookup table. These indexes will be hidden, and the idea is that when someone selects the "Quote Number" index, it will pull the information from the lookup table index. In that case, I will get the name and can compare it with the "Nom (pax leader)" index. The problem is that although I have checked the "Lookup" box, I still need to click the "..." to fetch the data from the table. Is there a way to refresh this automatically?

Image

When i set the index "Quote"

Image

I should click the .... to get the result

Image

Thanks

Ch-Nameless avatar Mar 19 '25 09:03 Ch-Nameless

@Ch-Nameless On the data tab of your components, there is a 'Redraw on' property, which allows you to redraw the data on any change in the form

Image

Can you try this setting and see if it resolves your issue?

daneformio avatar Mar 26 '25 14:03 daneformio