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

Disabled prop on Password component not working #4279

Closed
elliopitas opened this issue Aug 16, 2023 · 0 comments
Closed

Disabled prop on Password component not working #4279

elliopitas opened this issue Aug 16, 2023 · 0 comments
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@elliopitas
Copy link
Contributor

Password component would not be completely disabled using disabled prop because disabled wouldn't be passed to primevue/inputtext.
As a result if the field was disabled while it was focused user could type and user can also still navigate with tab and write in the disabled field.
Screenshot_20230813_005652
![Screenshot_20230813_005911](https://github.com/primefaces/primevue/assets/18124
Screenshot_20230813_010202
559/c76bb7bb-bbcd-4401-be3e-5ca6bb3764e7)

Made a pr #4262

@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Aug 16, 2023
@tugcekucukoglu tugcekucukoglu added this to the 3.32.1 milestone Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants