I’m setting a variable in the OnChange property of a multiselect dropdown control in my gallery to:
Set(NeedsSaved, true)
The DisplayMode of my SAVE button is set to:
If(NeedsSaved, DisplayMode.Disabled, DisplayMode.Edit)
I’m expecting the SAVE button to be disabled ONLY when the values in the multi-select drop down control are changed, however for some reason the SAVE button is always disabled.
If I clear the OnChange property of the multiselect dropdown the SAVE button is no longer disabled.
The variable is working as expected for single select dropdowns but not for this multiselect dropdown.
Hoping someone can help!
Thank you,
Jayne