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
The current implementation only supports text and file input types. To expand functionality, support should be added for handling password inputs. Password inputs should have the same behavior as text inputs but with the type attribute set to password to hide the value.
Links / References
/-
Tasks / Definition of Done
Update the DOM to support password input type
Ensure password inputs behave identically to text inputs but hide user input values.
Further information
/-
The text was updated successfully, but these errors were encountered:
Description
The current implementation only supports
text
andfile
input types. To expand functionality, support should be added for handlingpassword
inputs. Password inputs should have the same behavior as text inputs but with the type attribute set to password to hide the value.Links / References
/-
Tasks / Definition of Done
Further information
/-
The text was updated successfully, but these errors were encountered: