Questions tagged [primeng-dropdowns]
159 questions
0
votes
1 answer
PrimeNG auto-complete dropdown setup with Angular
auto-complete is not working , dropdown is loaded the first time and once i try to type something is not filtering then dropwdown values are gone
service.ts
getUserLocations(UserID: string, allList:string ) {
return…

rgoal
- 1,236
- 11
- 35
- 61
0
votes
1 answer
How to disable a specific value in suggestions to be selected in PrimeNG autocomplete?
In p-autocomplete list I want to disable keyevents on 2 items in the entire list of suggestions.
I am able to achieve mouse click using (click) and event.stoppropagation().

Maurya
- 39
- 5
0
votes
1 answer
Using dropdown as input template within PrimeNG turbotable
I am using PrimeNG TurboTable and I want to integrate p-dropdown component inside the input template within PrimeNG Turbotable. The problem is when I use the following code, the selected element can not be assigned to the value table.

Henda Farhani
- 21
- 2
- 4
0
votes
2 answers
PrimeNg dropdown in editable datatable not holding the selected value
Below is the code for the column in the datatable
…

user1613338
- 153
- 1
- 2
- 9
0
votes
0 answers
Is it possible to have dynamic dropdown inside table using primeNg in Angular?
The sub-category column need to be dynamically populated based on category column value. When I try to select category value, it populates all the row in the sub-category column instead of the specific row.
Please suggest how to change value of only…

Nishant Adhikari
- 59
- 8
-1
votes
1 answer
PrimeNg (7.x) p-dropdown boolean value
I would like to have a p-dropdown that contains two options.
But the items do not get selected based on the control boolean value.
The control (NOTIF_ALL) receive a boolean value
oldPendingTasksOptions=[
{"oldPendingTaskId": false,…

Jean-Philippe M
- 731
- 1
- 7
- 19
-1
votes
1 answer
How to bind data of multiselect dropdown of primeng Angular
I am using primeng Multiselect dropdown in a form.
While clicking on the edit button I want to display the existed data in all the field. for Input text it is displaying as I am using [(ngModel)] and I have tried the same for Multiselect dropdown as…

Akanksha Mohanty
- 663
- 1
- 7
- 17
-1
votes
1 answer
Prime NG multi select init value cannot see check box selected
Prime NG multi select init value cannot see check box selected
init method
this.cities = [
{label: 'New York', value: 'NY'},
{label: 'Rome', value: 'RM'},
{label: 'London', value: 'LDN'},
{label: 'Istanbul', value: 'IST'},
{label:…

SSSS
- 205
- 2
- 8
- 18
-2
votes
1 answer
Primeng p-dropdown icon chnage on mouse hover
My requirement is to change primeng dropdown icon mouse over.
This is the actual dropdown icon
On the mouse over i need to change icon to this
I have added below style .
.pi-chevron-down:hover{
color: mediumslateblue;
}
This style will…

arj
- 887
- 1
- 15
- 37