27
Views
1
Comments
Multiple tags bug, adds everything in side the selectedoptions

I generate a dropdown tags, I can fill the option list with no problem however I get unexpected behaviours.

I can add the tags, with no problem but somehow if I try to delete one it automatically fills everything in the list as a selected tag.



Clicking on the X button automatically adds everything in my list in the dropdown. The expected behaviour is to just delete that certain tag not add all the rest.

I can also not delete the tags single handedly but online by clicking on the right X( deleting all at the same time works)

This problem occurs only when there are 2 or more tags selected, if only 1 is selected it works perfectly fine.

Anyone has an idea on why this occurs? 

UserImage.jpg
Bart van Orizande

Hi Kadir, 

My first thought would be that something in the OnChanged action is going wrong. Can you share the OML or at least the action that you have linked to the OnChanged Event?



This is my implementation for context:

Local variable linked to the optionsOnChanged links to screen action with the list that is the output of the native event as input

First clear the local variable and then fill it with the input received from the native event


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.