Hi Team
Placeholders for input fields are not reflected,
I wanted to update placeholders for the login widget with the below configuration, I don’t see any placeholders.
Requirement is my design wants placeholders for inputs instead of labels, to take less space in the form.
i18n: {
en: {
"primaryauth.title": "Sign in",
"primaryauth.username.placeholder": "Email",
"primaryauth.password.placeholder": "Password",
},
},