suffixOptionsObject
The configuration for the suffix adornment of the component.
Example - specify suffix adornment template
<input id="suffix" /> <script> $("#suffix").kendoComboBox({ label: "Combobox", dataSource: [1, 2], suffixOptions: { template: () => `${kendo.ui.icon("search")}` } }); </script> In this article