4
Dropdown "Component Tap" Event not working correctly
complete
A
Adrian Schwaller
I have a list of questions with results from an external API listed in repeating dropdowns. On change of a dropdown I would like to update the result of the selected questions via API. However this seems not possible, as the event triggered by the dropdown does not work correctly.

Log In
Activity Feed
Sort by
E
Emad Alloush
This is still a problem. No events are attached to dropdown field.
D
Derek Billhartz
Still doesn't work right?
H
Harri Sarsa
complete
This is now fixed with the latest release, see https://docs.appgyver.com/changelog#release-146-2020-12-11
H
Harri Sarsa
in progress
Should be fixed with v2 runtime!
Kristian Gerkman
Adrian Schwaller geno The composite form components (dropdown, input field etc.) are built a bit weird.. you can open it in isolation mode(double click it), and then select the actual dropdown field. It should have
onChange
event and it returns event.value
and event.label
when a value is selected from the dropdown. You can attach your Create record
flow to that. Please let me know if you are still having issues after this change. :)A
Adrian Schwaller
Kristian Gerkman: Hi Kristian. Top, thanks for your reply. I quickly tried this solution. However it seems that there is still no "on change" event triggered -> this can be nicely seen in the debugger when analysing the flows.

H
Harri Sarsa
H
Harri Sarsa
under review
H
Harri Sarsa
We'll look into this!
A
Adrian Schwaller
geno seems to have the same problem: https://tracker.appgyver.com/bug-reports/p/drop-down-event-on-tap-does-not-work
H
Harri Sarsa
Can you share a screenshot that shows both the component and your logic canvas?
Load More
→