Convert default props from empty string to null
What does this MR do and why?
We noticed that attributes that defaulted to empty string ''
appeared
on the DOM. This change prevents attributes from showing it if they are
unneeded.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Go to the sign-in page and inspect the password field.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.