-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIG ERROR with DropDown #13996
Comments
I can reproduce |
In my case this seems to be happening in some cases because the old version had the default optionLabel set to "label" and the default optionValue set to "value", and in some cases we just adapted to these default values. In the new version these default values seem to be omitted and are defaulted to null values, forcing to define the optionLabel and optionValue in every case I solved this by setting optionLabel and optionValue in every p-dropdown and p-multiselect component in my application, hopefully this should work for you too. |
Hey, Its not work in my case, I use dropdown with template. I check and on page PrimeNG error is the same, with dropdown template. |
Yes anyways I have other errors related to this it could be this case, for example I have a multiselect that is not getting the selected values correctly, a lot of things seem to have changed and it's not clear the steps that should be taken to fix the issues with the new version. For me, I have had to downgrade primeng to version 16.6.0 as there are a lot of issues that break the application and I have tried to go around them but could only fix while others are still ongoing. |
When i downgrade to 16.0.0 i have similar error, its weird, I use Angular 16 and I can't install Prime 15 xD |
Hi, Thanks a lot for reporting the issue, we've just reworked the component logic in multiselect, dropdown, listbox and some of the other input components during the accessibility implementation. Something we do during the accessibility implementation probably causes the issue, it'll be fixed within the next release. |
Hi, The directive ngModel can't set an item of p-dropdown in version 16.7.0. If I downgrade to 16.6.0 start to work again. |
Could you please open an issue with a reproducer and tag me so we can include it to the 16.8.0 release? |
Hello everyone, With version 16.7.0, we have released the first part of the accessibility implementation for inputs that we have been working on for a long time. Based on the research we conducted during the implementation, we decided that many components needed changes in their structure and simplification, and these components were rewritten. Unfortunately, after extensive testing, there may be unexpected and unforeseen bugs that have emerged. We are grateful for your reports, and we are working to address them in the upcoming release! |
After your fix for the dropdown, Is there a chance you could produce a release candidate version?
From: Çetin ***@***.***>
Reply-To: primefaces/primeng ***@***.***>
Date: Friday, November 3, 2023 at 11:25 AM
To: primefaces/primeng ***@***.***>
Cc: "Rosenthal, Joseph A. (GSFC-474.0)[SAIC]" ***@***.***>, Comment ***@***.***>
Subject: [EXTERNAL] [BULK] Re: [primefaces/primeng] BIG ERROR with DropDown (Issue #13996)
CAUTION: This email originated from outside of NASA. Please take care when clicking links or opening attachments. Use the "Report Message" button to report suspicious messages to the NASA SOC.
Hello everyone,
With version 16.7.0, we have released the first part of the accessibility implementation for inputs that we have been working on for a long time. Based on the research we conducted during the implementation, we decided that many components needed changes in their structure and simplification, and these components were rewritten. Unfortunately, after extensive testing, there may be unexpected and unforeseen bugs that have emerged. We are grateful for your reports, and we are working to address them in the upcoming release!
—
Reply to this email directly, view it on GitHub<#13996 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK2VUA6UZ7PVZZG2H3DF5Y3YCUEHTAVCNFSM6AAAAAA62S3MTGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJSGY2DKMZVGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Planned release date is November 8th |
I find misake in my package.json I use ^ symbol and node install 16.7 Prime not 16.6 :) |
I had the same problem. I used ~ instead of ^. |
I just opened an issue in #14023 |
cuando estan juntas la optionlabel y optionvalue causa un error hasta en su documentacion |
Actualice su versión a 16.7.1 |
da un error al mostrar el valor |
Open an issue with a reproducer on Stackblitz. |
Describe the bug
Hello
Team primeng, after the last update your dropdown not work corretly, placeholder not work, control set default value, on your webpage when I click clear I have error:
How I can fix it ??
Environment
Drop-down not work corretly, multiselect work fine.
Reproducer
No response
Angular version
16
PrimeNG version
16*
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.14.2
Browser(s)
All
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: