Enhancing the Dropdown Search Component: Expanding OnChange Event Attributes
120
Views
0
Comments
New
OutSystems UI

In the Dropdown Search component, it would be beneficial to enhance the OnChange event by allowing it to include additional attributes. Currently, OnChange only provides five default attributes from the DropdownOption structure: Value, Label, ImageUrlOrIconClass, GroupName, and Description.

It would be helpful to introduce a JSON attribute where developers can pass extra information about the selected item. This enhancement would reduce the need for additional local variables and data aggregations, streamlining the retrieval of supplementary details within the component.

Currently:

Ideally: