We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When an hast autoFocus but is also disabled, autoFocus does not work when the value is changed by data loaded later on (react-query)
Same issue also existed some time ago in primefaces: primefaces/primefaces#631
No response
System: OS: Linux 5.15 Ubuntu 22.04.5 LTS 22.04.5 LTS (Jammy Jellyfish) CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Memory: 5.69 GB / 15.49 GB Container: Yes Shell: 5.1.16 - /bin/bash Binaries: Node: 20.18.1 - ~/.nvm/versions/node/v20.18.1/bin/node npm: 10.8.2 - ~/.nvm/versions/node/v20.18.1/bin/npm npmPackages: "primereact": "^10.8.5" "react": "17.0.1"
The text was updated successfully, but these errors were encountered:
@tknaller i just tested this and its working for me? See this stack blitz: https://stackblitz.com/edit/th1z7zmb?file=src%2FApp.jsx
Sorry, something went wrong.
Please fork the Stackblitz project and create a case demonstrating your bug report. This issue will be closed if no activities in 20 days.
Hi,
thank you for your response. The issue only arises when the data is loaded later (via an API for example), I forked and adapted your example: https://stackblitz.com/edit/th1z7zmb-btsx4cbc?file=src%2FApp.jsx
Thanks! Thomas
@melloware Hi, I would like to work on this issue. Could you please assign it to me? Thanks!
Thanks @tknaller @tnowad i merged your PR!
tnowad
Successfully merging a pull request may close this issue.
Describe the bug
When an hast autoFocus but is also disabled, autoFocus does not work when the value is changed by data loaded later on (react-query)
Same issue also existed some time ago in primefaces: primefaces/primefaces#631
Reproducer
No response
System Information
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: