-
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
4.0.0-beta4 InputText/Inplace: Autofocus not working #5842
Comments
micvm
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Jun 6, 2024
It seems there is a chromium issue about this. Firefox works as expected. |
tugcekucukoglu
removed
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Jun 6, 2024
Thanks for the quick reply. Some more information:
Interesting enough, the same stackblitz reproducer for Primevue 3.50 does not have this issue: https://stackblitz.com/edit/v8kpfu?file=src%2FApp.vue : it works with Windows 11, Chrome 125. |
@tugcekucukoglu This is still or again not working in 4.0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The autofocus attribute of InputText is ignored and not working. This can be seen best in the example of the
Inplace
component of the primevue4 documentation page.Reproducer
https://stackblitz.com/edit/q8962z?file=src%2FApp.vue
PrimeVue version
4.0.0-beta 4
Vue version
3.x
Language
TypeScript
Build / Runtime
TypeScript
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Contained InputText has
autofocus
attribute and should therefore be in focus and the caret appear.The text was updated successfully, but these errors were encountered: