silasmontgomery / vue-dynamic-select

A VueJS plugin that provides a searchable and reactive select list component with no dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please Add examples Folder

ekam230 opened this issue · comments

Please Add examples Folder. Thank you

Or at least add simple tip about structure of object in :options array. Its took some time to me to understand that :options array = [{ option-value: value1, option-text: name1 }, { option-value: value2, option-text: name2 }]