Skip to content

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
Screenshot_2023-05-25_at_18.58.21 Screenshot_2023-05-25_at_18.56.41

How to set up and validate locally

  1. 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.

Merge request reports

Loading