riophae / vue-treeselect

A multi-select component with nested options support for Vue.js
https://vue-treeselect.js.org/
MIT License
2.89k stars 505 forks source link

How to limit maximum selection in treeselect #513

Open zmn95 opened 1 year ago

zmn95 commented 1 year ago

I am going through documentation but couldn't find anything regarding limiting the selection. For example, if I want to set the maxlimit to 3 and treeselect have 10 option, then I should not able to select more than 3 options. How to do this scenario? Thanks