Open binumathew opened 2 years ago
Can we able to display No of Selected options in the input box than value of selected label ?
Some thing like this
You need to have array of objects, something like:
const options = [{id: 1, label: '1 - Selected label'}, {id: 2, label: '2 - Selected label'}]
and then
<treeselect :options="options" />
Can we able to display No of Selected options in the input box than value of selected label ?
Some thing like this