I am using Appsmith version 1.58 (self-hosted). I have a dropdown menu where customer names are listed as labels and their IDs as values. On onOptionChange, I expect the value of Selected_Kunde_List.selectedOptionValue to be stored in a store variable named selectedKunde.
While this works fine in the production window, it doesn't function as expected in the deployment mode.
Steps to Reproduce:
Use a dropdown menu in Appsmith.
Set the label to customer names and value to customer IDs.
Use onOptionChange to store Selected_Kunde_List.selectedOptionValue in the selectedKunde store.
Observe that it works in production mode, but does not work in deployment mode.
Expected Behavior:
The value of Selected_Kunde_List.selectedOptionValue should be stored in the selectedKunde store variable in both production and deployment modes.
Actual Behavior:
It works in production mode but fails in deployment mode.
Version: 1.58 (self-hosted)