The Auto Complete Widget fires of the On Change microflow three times.

1
Hi There I am using the Auto Complete search drop down Widget. The problem i have is that it fires off the On Change Microflow three to four times each time the field changes. I am building up recipe's on change and doing it three times at the same time is messing up the data. Has anybody got a solution for this? Regards, Patrick
asked
1 answers
0

I think the problem with this widget is that it fires the onChange Microflow on 'select' and 'unselect', while the library select2 has an on 'change' event. You might want to consider filing a bug on Github or contact the author of this widget regarding this issue.

answered