Describe the bug
Open the https://codesandbox.io/s/quizzical-gagarin-z92ypd
check the console
Describe the bug
The package.json file of the @progress/kendo-vue-listbox package doesn't have the following definition:
"exports": {
"node": "./dist/esm/main.js",
"import": "./dist/es/main.js",
"require": "./dist/npm/main.js",
"default": "./dist/npm/main.js"
}
To Reproduce
Expected behavior
The package.json file of the @progress/kendo-vue-listbox package should have the described above definition.
Describe the bug
The Drag and Drop functionality of the ListBox doesn't work when one of its lists is empty.
To Reproduce
Expected behavior
The users should be able to drag and drop the ListBox items no matter if its lists are empty or not