739
Views
3
Comments
How to empty DropdownSearch widget after click?

At this moment when I click on an element of the DropdownSearch, I am able to execute a client action and do application specific work and this is just fine.
However I would like to have a better user experience by removing the chosen element from the searchbar. In this way it is obvious for the user that (s)he can choose another item in the dropdown.

One thing I already tried:
Keep a 'Dropdown structure' variable in the 'SelectedItem' property and make it NULL when an item is clicked. This does not work.


TLDR: How can I achieve this 

instead of this 

UserImage.jpg
vikas sharma
Champion
2024-10-07 06-43-19
Aanchal Sharma

hi @Tom De Backer

 if you want to clear dropdown search widget after selecting value you can achieve it by one of client action  dropdown clear which provide by Outsystems UI so use this action on dropdown change and you will achieve what you want.

2023-04-18 05-00-29
MOHAMMAD RUSYDAN BIN BAHARI

Thanks ... this is really help.. I haven't notice that action... 

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