igmltd
Make placeholder text black
You can pass extra HTML attributes to a field - something like this:
TextInput::make('field')
->extraFieldWrapperAttributes(['class' => 'placeholder-text-colour'])
https://filamentphp.com/docs/3.x/forms/fields/getting-started#adding-extra-html-attributes
7 replies