Drop-Down Menu with Custom Item Template

Edit in →

Custom item templates allow you to implement drop-down menu item appearance from scratch, enhance menu item styling, and create complex item layouts. In this demo, a custom template is used to add icons to drop-down menu items.

To customize a drop-down menu item, follow the steps below:

  1. Implement a component that renders item markup.
    The component accepts the item configuration object as a prop. You can use its value and text properties to access the item's value to be saved in survey results and display text.

  2. Register the component so that it can be accessed by name.
    In HTML/CSS/JavaScript projects, register the component in ReactElementFactory as shown in the index.js file.
    In React, register the component in ReactElementFactory as shown in the SurveyComponent.jsx file.
    In Angular, register the component in AngularComponentFactory as shown in the survey.component.ts file.
    In Vue and Knockout, use techniques native to these libraries:

  3. Assign the component name to the Dropdown question's itemComponent property in the survey JSON schema.

Your cookie settings

We use cookies on our site to make your browsing experience more convenient and personal. In some cases, they are essential to making the site work properly. By clicking "Accept All", you consent to the use of all cookies in accordance with our Terms of Use & Privacy Statement. However, you may visit "Cookie settings" to provide a controlled consent.

Your renewal subscription expires soon.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.

Your renewal subscription has expired.

Since the license is perpetual, you will still have permanent access to the product versions released within the first 12 month of the original purchase date.

If you wish to continue receiving technical support from our Help Desk specialists and maintain access to the latest product updates, make sure to renew your subscription by clicking the "Renew" button below.