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
[x] Update the DOM to support password input type
[x] Ensure password inputs behave identically to text inputs but hide user input values.
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
/-