Hi, I am developing a traditional web app in outsystems and I am stuck at implementing the below feature.
How to implement a similar search feature as shown below ? search for multiple users at a time and also same styles for the search widget.
Hi Padmanjali,
Based on the mentioned use-case, I guess DropdownSelect (Referenced from OutSystemsUI Web) + ListBox widget will do the work
See this sample app - DropdownSelectDemo
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Traditional_Web_Patterns/Controls/Dropdown_Select
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Traditional_Web/Web_Interfaces/Designing_Screens/List_Box_Widget
Hope this helps you!
Kind regards,
Benjith Sam
Benjith Sam wrote:
Thanks Benjith Sam
Is there any other option instead of dropdown select ?? (can we use input search widget )
Hi benjith;
Is it possible to give place holder for the dropdown select + list box widget you mentioned above?
The place holder as shown below
If yes, can you please guide me trough a solution.
Thanks and Regards
Padmanjali ch
Hi Padmanjali ch
Please use below component it is same implementation that you want. It is in Traditional Web
Component : https://www.outsystems.com/forge/component-overview/3686/multipleselection
Example : https://palash-debnath.outsystemscloud.com/Demo/MultipleSelection.aspx
Please let me know if you have any query.
Hope this will help you :)
- AV
Thanks
Amit Verma wrote:
Hi Amit Verma,
Thank you for your immediate response.
I am able to design auto complete for the search box but I am not able to select one particular option from the list records. can you please help with this ?
Hi Amit,
Try using the below guided path:
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Traditional_Web_Patterns/Controls/Search_Balloon