i-Chan93

Results 2 issues of i-Chan93

Currently the Typeahead available is a single select so when can we expect a multiselect version of the same? A multiple result selection typeahead that appends all the selected results...

enhancement
comp(typeahead)
feat-request

``` beforeAdd({ to, from }) { // from is null when we're not dragging from the current node tree console.log('beforeAdd', to, from); } ``` Here, `from` returns `undefined` and `to`...