Hi,
i have in my Project a dropdownlist. The items from this dropdownlist comes from my database with feathersvuex. So it is dynamically and it can be changed.
<ejs-dropdownlist id='games' :dataSource='currencies' :fields='fieldscurrencies' ></ejs-dropdownlist>
Now i want to trigger a click event for each item from this dropdownlist.
When i add a new item from the database into the dropdownlist this have to be a click event also. So my dropdownlist have to handle dynamic items. How can i solve this?