Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Value in ComboSelector doesn't empty out when the reference is set to empty #1

Open
mkumpf opened this issue Jan 9, 2019 · 3 comments

Comments

@mkumpf
Copy link

mkumpf commented Jan 9, 2019

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

@RachanaBP
Copy link

Facing the same issue?? do we have a solution for this ??

@JelleDekker
Copy link
Collaborator

I believe when Mike raised the issue in Jan 2019, I could not reproduce it. With what Mendix version are you facing it now?

@RachanaBP
Copy link

hi Jelle,
I faced this issue in Mendix 8.9.0
the scenario is i display only not selected values in a list where combo selector is used. so when i select a value from this list an on change microflow is called and selection is done, in the same microflow i remove the association so that this value disappears in the list of values displayed. but this doesn't happen, i can still see the selected value in the list.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants