Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <template>
  2. <ak-combobox k-data-text-field="text"
  3. k-data-value-field="value"
  4. k-data-source.bind="data"
  5. k-value.two-way="fabric"
  6. k-auto-width.bind="true"
  7. k-filter="contains"
  8. k-suggest.bind="true">
  9. <ak-template>
  10. <span class='k-state-default' >${desc}/${text}</span>
  11. </ak-template>
  12. </ak-combobox>
  13. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement