angular-bootstrap-duallistbox
angular-bootstrap-duallistbox copied to clipboard
Angular directive to include Bootstrap Dual Listbox in your apps.
I find a problem that the datas of the model do not change when i used it, so i do this, it work well.
When you have a lot of items, the control correctly shows the scrollbar. The problem is that when I select one of the latest items, the scrollbar returns to the...
Hi, I am trying to use this directive. But somehow ng-model binding is not working for me. It simply not populating the ng-model. Any help on this?
support for click-select. From what I could tell from this directive there is no way to trigger an event when an option is clicked. I made this adjustment to bring...
Hello everybody, I want to focus and add tabindex in both filter, button, and each option of select, and hotkey 'ENTER' in select1 can move data to select2, replace change...
fix for setting minimum height of listbox. Setting minimum height was not working due to a simple typo in the base library settings.
Hi! Thanks for creating this angular version of the duallistbox. I tried to use the info-all = 'false' setting, but instead of hiding the info text it shows the text...
When I set the required attribute on the control I get the error: An invalid form control with name"='blabla' is not focusable. Is there a way to set required on...