-
Would it be possible to add a new widget to incorpaorate the Bootstrap Dual Listbox
(http://www.virtuosoft.eu/code/bootstrap-duallistbox/)
Thanks
-
What is happening is that it doesn't work if destination array is already predefined.
If I set destination array as predefined and then try to add more items I'm getting the error:
```
custom-l…
-
I forked
https://github.com/czeckd/angular-dual-listbox
into
https://github.com/ekwebster/angular-dual-listbox
I already had
npm i angular-dual-listbox --save
then I removed it and ran
n…
-
Hello , when I change order of selected items I got random sort when i try to print it.
![image](https://user-images.githubusercontent.com/64522490/115830918-f66ac300-a421-11eb-98bb-3c18f3cd28c1.pn…
-
HI,
Thanks for the effort you put in custom-dual-listbox.
Can u tell me, how to enable search box in source and target both just like below url:
https://czeckd.github.io/angular-dual-listbox/
…
-
Used https://czeckd.github.io/angular-dual-listbox/demo/ version in my app.
![dual-list](https://user-images.githubusercontent.com/31828662/41393716-a6df72f2-6fc4-11e8-83e8-042d7376ab47.JPG)
-
In the latest version of Chrome 125, moving by double-clicking does not work properly. Sometimes it comes after multiple clicks, right away.
https://github.com/jakezatecky/react-dual-listbox/asse…
-
i realy realy can't understant how the rule display in selected. let use demo https://maykinmedia.github.io/dual-listbox/
1. add One, selected : One
2. add Two, selected : Two, One
3. add Three, se…
-
If anybody know please help on this issue.
angular-dual-listbox
let selectedList:Array = [
{ key: 26, station: 'Hermosa', state: 'CO' },
{ key: 27, station: 'Rockwood', state: 'C…
-
app.component.ts
----------------------------------------
import { Component } from '@angular/core';
@Component({
styles: [
`
.custom-item {
list-style: none;
}
/* …