Closed
Description
Summary of the issue: Wrong placeholder for password field in the checkout page
Preconditions
- Magento version: 2.2.3 and 2.2.4
- Edition: Community Edition (Open Source Edition)
Steps to reproduce
- Add a product to cart and go to checkout page.
- Enter any registered email so that the password field appears.
- The password field shows the placeholder Optional, but when we click on Login button without filling password, it shows the validation error.
Expected result
- Since the password is a required field, the placeholder for the password field should not be Optional.
Actual result
- The password field in the checkout page is currently seeming conflicting in nature. It is showing Optional in a placeholder, but after validation, it is showing validation error This is a required field.