You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
Password filed doesn't accepts value programmatically.
Expected behavior
Password field should be able to accept value programmatically like setting it to blank after submission of a form.
Minimal reproduction of the problem with instructions
Scenario: Upon submission of a form (example: update password flow) the requirement is clear the values of password field. When setting the value as an empty string ("") or null the password field still retains its older value (user entered password) which is why I am unable to clear the field.
React version:
v16.3.1
PrimeReact version:
v6.0.2
Browser: [all]
Language: [ES6/7]
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Codesandbox Case (Bug Reports)
https://codesandbox.io/s/pasword-test-primereact-forked-vdrbt
Current behavior
Password filed doesn't accepts value programmatically.
Expected behavior
Password field should be able to accept value programmatically like setting it to blank after submission of a form.
Minimal reproduction of the problem with instructions
Scenario: Upon submission of a form (example: update password flow) the requirement is clear the values of password field. When setting the value as an empty string ("") or null the password field still retains its older value (user entered password) which is why I am unable to clear the field.
React version:
v16.3.1
PrimeReact version:
v6.0.2
Browser: [all]
Language: [ES6/7]
The text was updated successfully, but these errors were encountered: