TextInput Customise

Hi i want to text align for TextInput from backent can any one help me?
Solution:
this?
->extraInputAttributes(['style' => 'text-align:center'])
->extraInputAttributes(['style' => 'text-align:center'])
...
Jump to solution
5 Replies
Filament
Filament2y ago
We're confused about what you mean by this question. Please read the #✅┊rules and reply to this message to provide more information about your use case.
LeandroFerreira
Hi, what are you trying to do? Can you explain?
saeed
saeedOP2y ago
Hi I have opt code that I want the input text be in center of input I don't know how I can custom css for input from back
Solution
LeandroFerreira
this?
->extraInputAttributes(['style' => 'text-align:center'])
->extraInputAttributes(['style' => 'text-align:center'])
saeed
saeedOP2y ago
Thanks a billion

Did you find this page helpful?