TextInput transform input to uppercase
I need to transform the input to uppercase, via CSS I can just add
text-transform: uppercase
but I don't know how to do it in Filament.2 Replies
->dehydrateStateUsing
?
https://filamentphp.com/docs/3.x/forms/advanced/#field-dehydration
Via css you can use extraInputAttributes(['style ' => 'text-transform...'])
ty for the help bro, appreciate ya