Form Component Placeholder
hello,
can placeholder's text colors be changed ?
red and bold for example
2 Replies
Solution
Yes you can inject html code inside of content() and just use inline css
hello,
the place holder accepts a method ->extraAttributes()
the solution is to pass css class in an array like this
how ever theres only text-danger-600 compiled in the CSS app class , so am using
instead , did I forget somethig ?
also the palceholder accepts HTML code ingection like this
as @Prosp30 motioned , thnks