You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jelle,
I am using the ComboSelector and really like it! Thanks for making this available to the Mendix community.
I have an unanticipated behavior that I am hoping you can correct (or point me to the right place in the code to correct it myself).
I am using the reference selector inside of a dataview - it points to a reference called Entity_1Color. When a change is made in the ComboSelector, a microflow is called that takes the value entered in Entity_1Color and adds it to a reference set called Entity_Colors. After it is added to this reference set, Entity_1Color is set to empty. However, the value still remains in the ComboSelector. I have tried this with both microflow and context source for the dataview, with the same result. I've created a short video to show you the behavior: https://youtu.be/HF14OwcFc6E
Let me know if you can point me to the place in the javascript where this could be fixed. I am not a javascript expert, but I am willing to try.
Jelle,
I am using the ComboSelector and really like it! Thanks for making this available to the Mendix community.
I have an unanticipated behavior that I am hoping you can correct (or point me to the right place in the code to correct it myself).
I am using the reference selector inside of a dataview - it points to a reference called Entity_1Color. When a change is made in the ComboSelector, a microflow is called that takes the value entered in Entity_1Color and adds it to a reference set called Entity_Colors. After it is added to this reference set, Entity_1Color is set to empty. However, the value still remains in the ComboSelector. I have tried this with both microflow and context source for the dataview, with the same result. I've created a short video to show you the behavior: https://youtu.be/HF14OwcFc6E
Let me know if you can point me to the place in the javascript where this could be fixed. I am not a javascript expert, but I am willing to try.
Thanks,
Mike