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
Please follow below post to get the solution. Let me know if it works .
https://www.outsystems.com/forums/discussion/65295/how-to-reset-dropdown-search-and-dropdown-tag-in-reactive/
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.
Thanks ... this is really help.. I haven't notice that action...