Closed ParsaArvanehPA closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.15%. Comparing base (
6311783
) to head (f463a9d
). Report is 4 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
The password icon in ant design's Input component has a
ant-input-password-icon
class name. Our implementation is kinda different than their approch, this makes it not possible for us to alsways set theant-input-password-icon
class name whenever a user is trying to use the password icon for the input's suffix(because we get it as a template). Given that the old style given to tagi
did'nt work, that part is deleted and theant-input-password-icon
is given directly to the demo code, making future uses corrent.Styles for the
ant-input-password-icon
class already exist.What is the new behavior?
Does this PR introduce a breaking change?
Other information