for some reason when i create this dropdown the first value that i want to select i cant not reselect it. It only happens the first value and i can select the rest of the values and reselect them. The first value is set as a default and when i change it i cant reselect the first value.
Hi jorginiho,
Please check your variable property as i remember this problem will come in case if you using variable like GetCustomer.List.Current.Id so instead of this use a Local variable to hold selected item.
I hope it'll solve your issue.
Thanks
Deep
It fixed it ! Thank you
Hello
How you are not able to select the value, and are you getting any prepopulated value when landing on the page?Is it not clickable or it is not getting selected on your variables , Means value is not reflection on your variable but it is displaying on UI as selected, can you add some snapshots or oml that can help to understand the issue in a more clear manner.
When i select peter over here or wilheminha i can go back and forth between these 2 but when i try to reselect Nina. it wont reselect the value. Does this make it more clear or should i add some more ?
Hi Jorginiho,
Maybe the best option is to open a new support ticket, if nobody find another solution
Kind regards,
Sergio
Coincidentally, I'm having the same issue right now.
Was there a solution for you? @Tousif Khan
Hi @jorginiho wijnhard ,
can you share more details of what you are doing ?
- what exact widget is it, the default dropdown of outsytems ui ?
- a screenprint of the property pane of the dropdown
- are there any events (i.e. an OnChange) attached to the dropdown, and what happens in those, maybe you have some logic in there written by a colleague who doesn't like Nina very much
- the list that is being fed as source (aggregate result or ...???, what are the values ? Is Nina in there ?
ideally, share a (copy) oml demonstrating the problem
Dorine
Solved it just now: You need to make a local variable (use the correct datatype, ID) and put this in the Variable field of the dropdown (this is where the selected value is stored).
This solved it for me.
Kr,
This solve my similar problem, Thanks Shirley Grenelle.