Skip to main content

Questions tagged [ng-multiselect-dropdown]

The tag has no usage guidance.

ng-multiselect-dropdown
1 vote
2 answers
45 views

Ng-multiselect-dropdown values wont Reset after Select

I am trying to reset the values I've selected. This is quotation-form.component.html This i similar to https://stackoverflow.com/questions/53114750/how-to-reset-the-ng-multiselect-dropdown but none of ...
yoenuts's user avatar
  • 31
0 votes
0 answers
56 views

Large Data Set in ng-multiselect-dropdown

I am using ng-multiselect-dropdown in my angular project. There is a table in which each entry will have ng-multiselect-dropdown. And each dropdown will have 2k entries approx and table itself can ...
404NotFound's user avatar
0 votes
1 answer
91 views

How to add mat-icon in ng-multiselect-dropdown options

Is there any way we can add mat-icon to the dropdown items, like shown in image(warning icon) icon should be condition based (means if condition satisfied then only show the icon) this is my code: ...
404NotFound's user avatar
0 votes
0 answers
113 views

Hide select all checkbox when search data not in list of ng-multiselect-dropdown

I am using ng-multiselect-dropdown version ^0.3.8 in my Angular project v11.It's working fine except one condition which occur when- 1- open select dropdown and search random thing which is not in ...
Reaper's user avatar
  • 402
0 votes
2 answers
708 views

Prevent the multi-select dropdown from closing on the deselect option

I have a primeng multiselect dropdown as: <p-multiSelect [options]="stateList.items || []" [(ngModel)]="selectedStates" [ngModelOptions]="{ standalone: true }" ...
Jesus's user avatar
  • 445
0 votes
1 answer
188 views

ng-multiselect-dropdown closing on selecting second item in drop down

In this drpdown after selecting first item(pune), when I click on second item(New delhi) to select, Dropdown got closed, It is multiselect dropdown. Below are me settings: dropdownSettings = { ...
Jyothi EK's user avatar
0 votes
2 answers
6k views

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 {...
Surendra Mourya's user avatar
1 vote
3 answers
685 views

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 ...
Nishanth Salian's user avatar
2 votes
1 answer
560 views

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. ...
rifa's user avatar
  • 81
0 votes
1 answer
1k views

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 ...
Manoj Rana's user avatar
  • 3,360
0 votes
0 answers
831 views

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', ...
Deviprasad Sharma's user avatar
0 votes
0 answers
275 views

Pls Advice for Multi select dependent dropdown to display in Select box

The multiselect dependent dropdown code below works perfectly. The issue is that I need this to be displayed in a "Select Option Box," similar to a Pillbox, and when the user clicks on it, ...
ravi's user avatar
  • 1
0 votes
0 answers
215 views

How to autoselect items coming from an api in ng-multiselect-dropdown when the component loads?

I am using ng-multiselect-dropdown in my angular project as below: <ng-multiselect-dropdown [settings]="dropdownSettings" [data]="empList" [(ngModel)]="emp_id" ...
Kumari Saloni's user avatar
0 votes
1 answer
899 views

Change the colour of the x icon for the ng-multiselect-dropdown component

I'm currently using angular v9 and I have implemented a multiselect dropdown button using ng-multiselect-dropdown, after trying to change the style of the selected items, I can't seem to be able to ...
AhmedGhassani's user avatar
0 votes
0 answers
362 views

AngularJS :-Set Value of Multi Select Dropdown list

I have a Multiselect dropdown list in AngularJS. trying to set the selected values in edit mode. I tried multiple ways but not binding. Here is the code. <div class="main-container department-...
Lakshm's user avatar
  • 67

15 30 50 per page