is it possible to pass fields and itemTemplate to the drop-down in-place editor. I have tried various ways, but short of just putting in an actual drop down control i have not been able to get this working.
I'm trying to do something like this:
<ejs-inplaceeditor
data-underline='false'
mode="Inline"
type="DropDownList"
:model="employees"
:fields="{text: 'name', value: 'id' }"
v-model:value="letterData.employeeName"
/>