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-dropdownsI'm using primeng 5.2.4 and I'm trying this: <p-dropdown [options]="months" [(ngModel)]="selectedMonth" (change)="selectMonth()"></p-dropdown> The …
primeng primeng-dropdownsI have an Angular2 app using PrimeNG components. I want a dropdown inside a dialog box. However, when i have …
angular primeng primeng-dropdowns primeng-dialogIs there an option to disable some of PrimeNG's dropdown items (SelectItems)? I notice this discussion, is something changed?
angular primeng primeng-dropdownsI have primeng dropdown with set of values in my angular app. In the view Screen , drop down is not …
angular primeng-dropdownsI want to use this PrimeNG-Dropdown in my application. So what I did: npm i primeng --save Then I added …
angular primeng primeng-dropdownsI am using PrimeNG in my angular app, I have issue with p-dropdown Question I have two dropdowns for country …
angular5 primeng primeng-dropdownsauto-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-dropdownsI 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-calendarI 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