Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
In my mashup, I have dropdown widget. It takes datas from SQL querry, so it shows you a lot of possible choices and you can select one.
Unfortunatelly, this list is quite long. So we would like to start type begining of name (eg. DA), and system should show you only selection which starts with this string (so DA01st20, DA01st30, but not DE01st30).
Solved! Go to Solution.
Hello,
If you are using the dropdown widget and not the legacy combobox all you have to do is enable filtering on the widget using ShowListFilter widget property. This filtering is done within the widget and will make anywhere in your display field.
If you want to limit matching to the beginning of the string I believe you will have to write a custom service or widget for this.
Thanks,
Travis
Hello,
If you are using the dropdown widget and not the legacy combobox all you have to do is enable filtering on the widget using ShowListFilter widget property. This filtering is done within the widget and will make anywhere in your display field.
If you want to limit matching to the beginning of the string I believe you will have to write a custom service or widget for this.
Thanks,
Travis