New to Kendo UI for Angular? Start a free 30-day trial
Inspecting the Popup Container of the DropDowns Components
Environment
Product | Progress® Kendo UI DropDowns |
Description
How can I inspect the popup container in the DropDowns components?
Solution
Every DropDowns component has a preventable close
event that can be used to inspect a popup container.
-
Prevent the
close
event of the DropDownList component.html<kendo-dropdownlist [data]="listItems" (close)="$event.preventDefault()"> </kendo-dropdownlist>
-
Select and inspect the popup by using your favorite browser developer tools.
The following example shows the full implementation of the demonstrated approach.
Change Theme
Theme
Loading ...