primeng-dropdowns Questions

15

I am using PrimeNG in my angular5 app. I have issue with p-dropdown Question I have p-dropdown for showing countries. I bind the select options correctly there it works fine (this data coming from ...
Sicyon asked 3/4, 2018 at 6:41

7

Solved

I have an Angular2 app using PrimeNG components. I want a dropdown inside a dialog box. However, when i have implemented this, the dropdown is cut off by the limit of the dialog box as shown in th...
Embodiment asked 8/11, 2016 at 10:36

4

Solved

I have primeng dropdown with set of values in my angular app. In the view Screen , drop down is not displaying the selected value (value saved in db) instead it displays 'Select'. HTML : <p-d...
Palpitant asked 25/6, 2018 at 18:1

2

Solved

I am using the p-dropdown primeNg component and from what I can see this should be able to take an Observable | async value and use it properly but the Typescript strict mode will not allow this, g...
Fossick asked 9/2, 2021 at 17:39

2

Solved

I am using primeng dropdown and having a hard time biding my object to the dropdown. it does populate the dropdown with empty items.. not sure how to specify the field name. HTML <div class="f...
Mandel asked 26/2, 2019 at 21:46

3

Right now, I am using primeng autocomplete dropdown and in this we don't have functionality of clear/reset. When i selecting a result from droplist, a clear/reset icon (x) should appears in input ...
Dorwin asked 20/7, 2018 at 8:38

2

How do i display multiple field within a primeng auto complete box. for example: <p-autoComplete [(ngModel)]="val" [suggestions]="results" (completeMethod)="search($event)" field="name,lastnam...

2

Solved

I am making use of the PrimeNG drop down component with custom filtering and virtual scroll enabled. I am finding the component is not scrolling back to the last selection made in the list of item...

2

Solved

I am using PrimeNG in my angular app, I have issue with p-dropdown Question I have two dropdowns for country and caste_category, I provide caste_reservation for only India , in case of other coun...
Butterandeggs asked 5/4, 2018 at 12:51

1

Solved

I am using PrimeNG's p-dropdown component. When the page loads initially I am setting the ng-model but the drop down shows first element as the selected element always. HTML <p-dropdown [optio...
Merlon asked 15/5, 2018 at 9:18

1

Solved

I'm using primeng 5.2.4 and I'm trying this: <p-dropdown [options]="months" [(ngModel)]="selectedMonth" (change)="selectMonth()"></p-dropdown> The selectMonth method gets called whe...
Recount asked 9/4, 2018 at 20:0

2

Solved

Is there an option to disable some of PrimeNG's dropdown items (SelectItems)? I notice this discussion, is something changed?
Madaras asked 9/5, 2017 at 14:54
1

© 2022 - 2024 — McMap. All rights reserved.