SmartSelect: how to set default text in list-item?

Vue + F7

<f7-list-item title="Kind" smart-select>
  <select v-model="kind" multiple>
    <option v-for="item in kindOptions" :key="item" :value="item">Kind - {{kind}}</option>
  </select>

“kind” has initial values (eg. A, B, C), but it doesn’t show A, B, C in the list-item row. Only when you click it, select something or unselect something, back, you can see the selected values.

1 Like

hi you are using vue + f7-v1. Right?

Hi, i’m using V2. any ideas?

hi,do you solved the question? I get the same problem