Hello, I am trying to use this component for one of my application, but having difficulties due to the lack of resources. I am trying to figure out how to use this component and I found the demo page, but is it possible to obtain the oml file to that demo page? I have been using outsystems for over two years, but just recently i switched to reactive web and I'm still on my learning curve.
If anyone got any guide to use this component, I'd like to know more.
Thanks a lot.
@Theodorus Alvin ,In this component you can see asset demo which hold OML as well, download it and open in Service studio.
Hi Theodorus Alvin,
Wish you a good day.
Why are you using a different component for multiselect dropdown, when outsystems 11 already have one that works perfectly fine. you will also get documentation on how to use it in outsystems docs.
you should try to make your app less dependent on unsupported forge assets because it might create issues for your app in future.
Hope this helps,
Mukul Singh Nathawat
Hi @Theodorus Alvin,
Open your OutSystems Service Studio and log in to your environment. In the top-right corner of Service Studio, you will find the "Forge" tab. Click on it to access the OutSystems Forge. In the Forge tab, search to find the component you want to install. You can filter by category or simply type the name of the component. Once you find the desired component, click on it to view its details, including descriptions, versions, and dependencies. On the component's page, you’ll see an option to install it. Click on the Install button to add the component to your application.
Hi,Please refer this below link,https://www.outsystems.com/forums/discussion/58977/multi-select-dropdown-multi-selector-how-to-use-this-component/Thanks,Sahana
you can use inbuilt DropdownTags or DropdownSearch
https://success.outsystems.com/documentation/11/building_apps/user_interface/patterns/using_mobile_and_reactive_patterns/interaction/dropdown_tags/
https://success.outsystems.com/documentation/11/building_apps/user_interface/patterns/using_mobile_and_reactive_patterns/interaction/dropdown_search/
https://personal-u1aragiz.outsystemscloud.com/Testa/BarChartDemo?_ts=638755614130111525
Hi Theodorus Alvin ,
To utilize this Forge component. First, install both the component and its corresponding demo application in your environment. If you need to check demo app here some things to do: After installation, you may encounter missing dependency errors in demo app. To resolve this, open the demo application and refresh the dependencies(forge component block). Then you can examine how the component is implemented in that screen(demo app).
This component properties similarly to the default dropdown select in OutSystems. You need to define the source,data identifier (to hold the id of the selected data) and specify the text value to be displayed as the dropdown value.then once you publish you can able to check in browser as it mentioned it will help you to do multiselect. I hope this information provides clarity on the component’s usage.Thanks,
Anjana Devi J B