Level 47
The password filed is only a type like the text type. so you can use it for something else like this:
<input type="password" name="phone_number" />
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I need to use in Laravel NOVA a Text field but with same model of password.
I like that data input by user convert it's showed with asterisks.
it's possible?
Please or to participate in this conversation.