Top "Primeng-dropdowns" questions

How to set default value for PrimeNG p-dropdown

I am using PrimeNG in my angular5 app. I have issue with p-dropdown Question I have p-dropdown for showing countries. …

angular5 primeng primeng-dropdowns
primeng p-dropdown not firing change event

I'm using primeng 5.2.4 and I'm trying this: <p-dropdown [options]="months" [(ngModel)]="selectedMonth" (change)="selectMonth()"></p-dropdown> The …

primeng primeng-dropdowns
PrimeNG dropdown hidden by dialog

I have an Angular2 app using PrimeNG components. I want a dropdown inside a dialog box. However, when i have …

angular primeng primeng-dropdowns primeng-dialog
PrimeNG dropdown - disable certain SelectItems

Is there an option to disable some of PrimeNG's dropdown items (SelectItems)? I notice this discussion, is something changed?

angular primeng primeng-dropdowns
How to pre select Primeng Dropdown values?

I have primeng dropdown with set of values in my angular app. In the view Screen , drop down is not …

angular primeng-dropdowns
Error when trying to use p-Dropdown from PrimeNG in application

I want to use this PrimeNG-Dropdown in my application. So what I did: npm i primeng --save Then I added …

angular primeng primeng-dropdowns
Disable p-dropdown depending selection of another p-dropdown PrimeNG

I am using PrimeNG in my angular app, I have issue with p-dropdown Question I have two dropdowns for country …

angular5 primeng primeng-dropdowns
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 …

angular primeng primeng-datatable primeng-dropdowns
PrimeNG Form Validation

I am using a mix of primeNG controls and html controls. The issue is the primeNG controls don't work properly …

angular typescript primeng primeng-dropdowns primeng-calendar
p-dropdown does not display correct label when ngModel variable is an object

I am using PrimeNG's p-dropdown component. When the page loads initially I am setting the ng-model but the drop down …

angular typescript primeng primeng-dropdowns