Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

abkrim's avatar
Level 13

Text field with asterisk but not password

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?

0 likes
2 replies
ahmeddabak's avatar

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" />
abkrim's avatar
Level 13

Sorry, but post is in Nova section. Now I edit the content so that it is better understood.

Please or to participate in this conversation.