Your search did not match any results.

Lookup - Handle Value Change

To handle changes to the Lookup component's value, specify the onValueChanged function. This demo uses it to display a picture and text for the selected item.

The Lookup component applies the selected value instantly. If you want users to click the Apply button instead, set the applyValueMode property to "useButtons". It adds the Apply button to the component's drop-down menu. This demo does not show this functionality.

Backend API