How to set the placeholders in the LoginForm?

I have flattened the LoginForm and placed it in the top NavBar and for the sake of design, I have removed the labels of the username and password input fields. I’m using the Aura theme.
Instead I want to set the placeholders to inform the user, but I can’t seem to find a way to do it, what have I overlooked?

You need Javascript to access the fields. There is no Java API for it.

1 Like

OK, thanks, I suspected so much.