Skip to content
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

fix(Password): add 'autofocus' property on Password component #6483

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

C17AN
Copy link

@C17AN C17AN commented Sep 27, 2024

Defect Fixes

Summary

  • Modify BasePassword.vue to allow <Password> component can receive autofocus attribute.

Test

<Password v-model="value" autofocus :feedback="false" />
  • AS-IS
2024-09-27.12.53.09.mov
  • TO-BE
2024-09-27.12.53.21.mov

Copy link

vercel bot commented Sep 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
primevue ⬜️ Ignored (Inspect) Visit Preview Sep 27, 2024 3:55am
primevue-v3 ⬜️ Ignored (Inspect) Visit Preview Sep 27, 2024 3:55am

@C17AN C17AN changed the title feat: add autofocus property on <Password> component fix(Password): add autofocus property on <Password> component Sep 27, 2024
@C17AN C17AN changed the title fix(Password): add autofocus property on <Password> component fix(Password): add 'autofocus' property on Password component Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password: autofocus does not work
2 participants