-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Select: Cannot read properties of null (reading '$el') - filter and auto-filter-focus error #6793
Comments
Fix for the above issue. PR: #6787 |
updated everything to 4.2.3 but it's still giving the same error, there seems to be a mixup with the PR's, the actual fix has been closed because there were 2 small fixes pushed, but no other PR's have been suggested, the problem was marked as fixed but it wasn't. I have patch-package'd it for now... |
Hi @tugcekucukoglu, I just want to make sure the state of this issue receives the necessary attention to help clear up any confusion and prevent it from slipping through the cracks. Like @SamGeodynamics mentioned, this issue was marked as So then the author of the original PR split out the work for the And now when new issues (#6804) get opened mentioning the same problem, they get closed as duplicates. I'm sure this is nothing more than a misunderstanding and/or an oversight from jumping between the various issues and PRs, but as for where things currently stand, a fix for the |
This is also an issue that is affecting my code in production. |
Should we open another issue? I think this is still a problem. |
Yes, it is still an issue. I logged the #6804 issue and am still waiting for a fix. This bug should have a higher priority in my view as it happens on every single dropdown list with auto focus filter property enabled. I had to roll my code back to version 4.0.7 because of this bug. |
Describe the bug
Following up on #6539 , this problem is still occurs when you click out of the open dropdown.
Previous fix was not sufficient.
Reproducer
https://stackblitz.com/edit/lhc6ls?file=src%2FApp.vue
PrimeVue version
4.2.2
Vue version
4.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Brave
Steps to reproduce the behavior
Expected behavior
No error message
The text was updated successfully, but these errors were encountered: