Questions tagged [primeng-dropdowns]

159 questions
0
votes
1 answer

objec is null in Chrome and not null in IE

I have very very strange issue that I can't figure out, when using "Chrome" my object sometimes becomes null but in IE it always works. It happens only for all my drop downs,however, other control like textbox are working as expected...here is a…
rgoal
  • 1,236
  • 11
  • 35
  • 61
0
votes
1 answer

PrimeNG autocomplete dropdown only works first time

NODE Version: 8.12.0 Angular Version: 7.3.4 PrimeNG Version : 7.0.0 I am using dropdown feature of PrimeNG's autocomplete component. It only loads the dropdown for the first time same nothing happens after words it is the issue with autocomplete…
Nomi Khurram
  • 101
  • 1
  • 11
0
votes
2 answers

PrimeNG multiselect onItemClick not working after update to 7

I have an MultiSelectComponent which extends primeng MultiSelect After update from 6.1.6 to 7.0.4
0
votes
2 answers

Angular 5 and Primeng dropdown add and remove option dynamically

I work on angular 5 and primeng. My project page has 2 p-dropdown's and requirment is, if the label in car dropdown is 'Others' add an option named 'No Paint' in the second dropdown and if car dropdown label is not 'Ohters' remove 'No Paint' option…
Anna
  • 1,669
  • 7
  • 38
  • 63
0
votes
1 answer

How to change the icon of a PrimeNG-Dropdown

I've been trying to change the icon that primeNG provides by default. I'm close, but there is some stuff i don't get. I've created a var in my component.ts with the value of a font-awesome icon. In the template i've asigned an attribute…
0
votes
1 answer

Angular7/PrimeNG Dropdown does'nt display anything

Following the instructions of https://www.primefaces.org/primeng/#/dropdown i'm trying to do one, but list options are not displayed. Edit: It's fixed. I inderstood it wrong. I thought that i could get languages from an external class in order to…
0
votes
1 answer

PrimeNG Dropdown with filterMatchMode

I have a PrimeNG dropdown with 1000s of values. So I put in a filter. Now the issue is I want to have a filter with something like "filterMatchMode = startwith" which we have for table filter columns. The default implementation is "contains" which…
Amit
  • 383
  • 3
  • 15
0
votes
0 answers

primeng filter location for last column

I have an issue with filter dropdown option on angular UI application which is using primeng. The problem is when I click on filter on the Status column, filter is appearing before 'Balance Exclusion Used' column. The same code is working perfectly…
0
votes
0 answers

How can I recognize the event related to the click on the default first element into a dropdown menu?

I have the following problem using Angular and the PrimeNG DropDown element, this one: https://www.primefaces.org/primeng/#/dropdown Note before to start: as you can see in the previous page this element is always associated with a list whose first…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
0
votes
1 answer

Dynamically changing options for dropdown PrimeNg Angular 4

I am a novice to UI development and PrimeNg, probably the answer is right there and I am not able to find it. Anyhoo, I am in a ngFor loop to create multiple levels of dropdowns. For eg, I have 2 rooms Deluxe and Suite. and Deluxe has rates for…
khushboo j
  • 21
  • 1
  • 5
0
votes
2 answers

Primeng - How to add a button inside the header of a multi-select/dropdown?

I would like to add a button somewhere inside the header of the multiselect component so user can click that button instead of relying on the onChange event of the multiselect component. On the documentation, there are only a couple of pre-defined…
The.Wolfgang.Grimmer
  • 1,172
  • 2
  • 9
  • 32
0
votes
0 answers

PrimeNG dropdown colored red after change

I'm using PrimeNG's p-dropdown. The options are an array of labels and a value. Every time after a change it is colored red at bottom. Before selection, it looks like this: After selection, it looks like this: HTML code:
Avigail
  • 1
  • 6
0
votes
1 answer

PrimeNG dropdown selected option resets when bound with interface property

This is how I've declared the p-dropdown: The taxOptions property is populated like this: this.taxOptions = [ { label: 'Tax Exclusive',…
user9406461
0
votes
1 answer

PrimeNG Auto-Complete with inputStyleClass

I am using primeNG Auto complete and added inputStyleClass="form-control"..the issue is the icon goes to the next line..see image below Itt should align next to the box, how do i do that? HTML
rgoal
  • 1,236
  • 11
  • 35
  • 61
0
votes
1 answer

PrimeNG patchValue for autocomplete

I am trying to assign a value dynamically to auto-complete but it is not working HTML
rgoal
  • 1,236
  • 11
  • 35
  • 61
1 2 3
10
11