Questions tagged [ng-multiselect-dropdown]
31 questions
3
votes
1 answer
Focus Filterfield of ng-multiselect-dropdown automatically when clicked
I'm using the ng-multiselect-dropdown package (https://www.npmjs.com/package/ng-multiselect-dropdown) in my angular project. Everything works fine, but I want to focus the filter input field automatically when I open the multiselect dropdown.
Here…

JackTheRealPi
- 65
- 5
1
vote
2 answers
Hi How can I am pretty new to guidewire, how can I configure a multiple options select dropdown in Guidewire 9.0?
I am trying to configure a multiple options select drop down in guidewire claim center 9.0
I am able to configure a drop-down and able select single options and drop down items are taken from a typelist

Nishanth Salian
- 11
- 1
1
vote
0 answers
How to always keep ng-multiselect-dropdown open?
https://www.npmjs.com/package/ng-multiselect-dropdown
I am using this ng multiselect dropdown in angular and I want to keep
it always open. I tried using defaultOpen option but it goes away
soon.
HTML CODE:

rifa
- 71
- 7
1
vote
1 answer
ng-multiselect-dropdown - programmatically clear selected items not visually working
I am using ng-multiselect-dropdown when clicking the deselect option within the object itself the dropdown clears the selected items (visually and variable
When programmatically clearing the selectedItems the variable array itself is cleared but the…

Matt
- 500
- 7
- 18
1
vote
1 answer
ng-multiselect dropdown not appearing correctly on load
I am using ng-multiselect dropdown in my angular application.
Problem: When I load the program or open any page with that dropdown, it shows like this:
until I click on the div containing that dropdown, then it becomes normal again:
What could be…

MM1122
- 23
- 2
- 6
1
vote
1 answer
How to translate ng-multiselect-dropdown settings TS
I'm trying to translate the multiselect-dropdown settings, but my function it doesn't work as the other things that I've applied.
Here is my translation function to use in TS:
getTranslation(toTransalate: string): string {
let translation;
…

Thasumi
- 11
- 1
1
vote
1 answer
ng-multiselect-dropdown select options in a continuous range
I am using ng-multiselect-dropdown in my Angular 8.3 web SPA. I have a dropdown which has the functionality to select multiple options like so:
I need help with selecting the options in a continuous range. For example, as in the image, Q2 and Q4…

gourabix
- 99
- 1
- 5
- 22
1
vote
0 answers
Remove selected item count from ng-multiselect-dropdown in Angular
I'm working on an Angular 8 web app. I have used ng-multiselect-dropdown for showing the city names. Please see the screenshot below:
Please see the implementation code below:
HTML

Vignesh VS
- 921
- 1
- 14
- 30
1
vote
1 answer
how to uninstall ng-multiselect-dropdown
How to uninstall ng-multiselect-dropdown? I tried with npm uninstall ng-multiselect-dropdown, but it did not uninstalled.
ng remove ng-multiselect-dropdown also not working.
This is my package.json
{
"_from": "ng-multiselect-dropdown",
"_id":…

hanushi
- 119
- 6
- 14
0
votes
1 answer
How can we shift all child elements to right side alignment inside multi select checkbox dropdown list in Angular?
I need help on below scenarios,
I have one multiselect dropdownlist which using ng-multiselect-dropdown control in Angular and my Parent and Child items binding in it using below line of code in html file,

Nikunj Choksi
- 11
- 5
0
votes
2 answers
Error when implementing 'ng-multiselect-dropdown' for Angular version 16
I am implementing ng-multiselect-dropdown on Angular 16 project. I have installed the library with command npm i ng-multiselect-dropdown
I have imported it in app.module.ts file as well.
import {NgMultiSelectDropDownModule} from…

Surendra Mourya
- 593
- 3
- 8
- 29
0
votes
0 answers
ng multiselect adding onclick not able to select multiple options
I am using ng multiselect on my application but i want to refresh the data after when the user click on the multiselect but after adding click on this , multiselect is not working , I can select only one option and it again closes and then I have to…

Nishit bhardwaj
- 1
- 1
0
votes
0 answers
ng-multiselect-dropdown on onDeSelect() It will open a popup with values to "Yes" & "No"
I have requirement of on ng-multiselect-dropdown onDeSelect() event, I have a scenario when where if I click the "x" on the select item. It will open a popup with values to "Yes" & "No". If I click no, it should retain the selected value. Else , it…

Herin
- 704
- 3
- 18
- 34
0
votes
1 answer
affecting disabled options when select or deselect All in ng-multiselect-dropdown
I am using the npm package ng-multiselect-dropdown for multiple select in my angular project and its working fine except one case like below:
we have one selected field and it's also disabled. but when I clicked on select All then it's deselected…

Manoj Rana
- 3,068
- 1
- 24
- 34
0
votes
0 answers
Disable selected options in ng-multiselect-dropdown
List used for the nf-multiselect-dropdown :
children: any = [{
id: "Son",
label: 'Son',
isDisabled: false
}, {
id: "Daughter",
label: 'Daughter',
isDisabled: false
}, {
id: "None",
label: 'None',
isDisabled:…

Deviprasad Sharma
- 470
- 1
- 8
- 19