You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there a recommended solution to solve a problem using flat-mode & non multiple selection?
<treeselect
...
:multiple="false"
:flat="true"
/>
The goal is to be able to select only one option, including node. This props configuration seems to work, but it causes a warning (using console.error for some reason): [Vue-Treeselect Warning] You are using flat mode. But you forgot to add "multiple=true"?.
I searched existing issues (opened and closed) but I've not found any related to this case. If there's such as, I'll be thankful for a hint.
The text was updated successfully, but these errors were encountered:
Hi, is there a recommended solution to solve a problem using flat-mode & non multiple selection?
The goal is to be able to select only one option, including node. This props configuration seems to work, but it causes a warning (using
console.error
for some reason):[Vue-Treeselect Warning] You are using flat mode. But you forgot to add "multiple=true"?
.I searched existing issues (opened and closed) but I've not found any related to this case. If there's such as, I'll be thankful for a hint.
The text was updated successfully, but these errors were encountered: