-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
MultiSelect: UpdateLabel() method missing #14343
Comments
Hi, 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. UpdateLabel is one of the rewritten methods. You can download and check the code of previous releases as a zip file from the releases tab on the repo. |
As I mentioned above, I am using PrimeNG 16.9.1 & in this version we get compile error, telling that there is no method named UpdateLabel to call ( Error: Property 'updateLabel' does not exist on type 'MultiSelect' ) |
I'm also facing similar issues! |
Based on my problem & others experience , I don't think immediate act on closing a really open issue is what is accepted. |
Hi, The |
Describe the bug
I have updated my Angular to 16 & PrimeNG to 16.9.1
After the update I get this compile-time error:
Property 'updateLabel' does not exist on type 'MultiSelect'.
I traced the PrimeNG MultiSelect codes & realized that in the migration from 16.6.0 to 16.7.0 @cetincakiroglu had a big commit "MultiSelect | Accessibility Enhancements" (0cdb8bd) & the updateLabel() method was removed.
Could you please tell me what was the reason & also I don't remember what this method actually did (Legacy code)?
And what could be the alternative method instead of updateLabel()
Environment
Angular to 16
PrimeNG 16.9.1
Reproducer
No response
Angular version
16.2..12
PrimeNG version
16.9.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.10.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: