Styling Forms Placeholder
Hi, please advise on using the placeholder in forms. I am using the
Placeholder
component to display the amount, it works but as you can see from the pic, it looks weird. Is there a way to make this Placeholder
component look like an TextInput
?2 Replies
Not sure placeholder to look like textinput, but you can use textinput with
->disabled()
Oh, you can render HTML, create <input type="text">
and display like this https://filamentphp.com/docs/3.x/forms/layout/placeholder#rendering-html-inside-the-placeholderThanks, will look into rendering html