Questions tagged [primeng-dropdowns]

159 questions
1
vote
1 answer

PrimeNG table column filter customize - add button and select all checkbox

i am new to PrimeNG library, i want to customize the primeng table column drowndown for filter i got this mock up from design team, i want to add apply button to filter the records based on the checked checkboxes and also select all checkbox.. i go…
1
vote
3 answers

PrimeNg- p-dropdown tooltip on hover

I have a p-dropdown component on my App. Its' configured like this:
pedrodotnet
  • 788
  • 3
  • 16
  • 34
1
vote
1 answer

Doesn't update selectedItem in custom dropdown

Suppose to have this dropdown: {{ item.value }} - {{ item.label }}
poopp
  • 1,297
  • 2
  • 13
  • 23
1
vote
0 answers

dropdown doesn't show correct cutom value

I need to custom the output of item in dropdown: My object are in this way: {'code':1001,'description':jjj} I wourld show 1001-jjj like output so I do:
poopp
  • 1,297
  • 2
  • 13
  • 23
1
vote
1 answer

wrong load value pdropdown

Suppose to have a dropdown where the all values are loaded from an assets. this is my json file: "students": [{ "id": "1", "name": "Allan" }, { "id": "2", "name": "Spago" } …
poopp
  • 1,297
  • 2
  • 13
  • 23
1
vote
1 answer

change defult label of prime ng multiselect

I am using multiselect component from prime ng. I am trying to change the label of the multiselect dropdown but it does not work. Please find my code below:
Ashy Ashcsi
  • 1,529
  • 7
  • 22
  • 54
1
vote
1 answer

How to change custom error message in primeng dropdown

Tried to show custom error message but not working.It is showing default "No records found" if u type unmatched text. I want replace this "No records found" instead of I want to show "No Matched please try again". How to overwrite this error…
Makizh
  • 189
  • 2
  • 9
  • 18
1
vote
1 answer

How to close p-dropdown on p-dialog close?

I have an angular component consisting of ngprime p-dialog. In the body of this dialog there is p-dropdown. When I click on dropdown options are shown, but there is situation that user accidentally can click on closing dialog. The second time when…
szachMati
  • 196
  • 2
  • 12
1
vote
1 answer

Primeng dropdown is not working in table-angular 8

Tried to get primeng dropdown but not working.I do not know how to do it.If anyone know please help to find a solution. app.component.html:
Nila Vaani
  • 203
  • 1
  • 8
  • 27
1
vote
2 answers

How to remove PrimeNG dropdown icon?

I am using PrimeNG dropdown and was trying to remove the dropdown toggle icon. I've tried using css, but still doesn't work, maybe I am doing it wrong. Please help.
jxStackOverflow
  • 328
  • 1
  • 7
  • 17
1
vote
1 answer

How to use PrimeNG's Dropdown correctly

I've followed this and this question but their problem is slightly different from mine. In fact the first question doesn't even have proper answer. In spite of following everything correctly from the primeng documentation I am getting this…
Tanzeel
  • 4,174
  • 13
  • 57
  • 110
1
vote
1 answer

PrimeNg dropdowns not updating other dropdowns when sharing same formControl

I'm trying to use multiple primeng dropdowns with reactive forms, these dropdowns share the same formControl instance, but for some reason when changing the value of one dropdown it doesn't change the visible value of the other ones. Here is my code…
Ultranuke
  • 1,735
  • 2
  • 15
  • 21
1
vote
1 answer

PrimeNg multiselect drop-down all checkbox behave inconsistent

Html Code: Angular component: import { Component, OnInit } from…
Mathi
  • 742
  • 1
  • 10
  • 15
1
vote
1 answer

Primeng multiSelect filter text need to clear on 'onPanelHide' event

Primeng multiSelect filter text need to clear on 'onPanelHide' event
Anish Vincent
  • 33
  • 1
  • 4
1
vote
1 answer

How to translate the default value in p-multiselect

I am using angular 4 for my web application.Here i want to translate the defaultlabel value of multiselect dropdown.Below format is not working properly. Can anyone help me to sort out this? .ts import { TranslateService } from…
ancy
  • 103
  • 2
  • 12