F
Filament3mo ago
Codrin

Change position of hintIcon

By default, the hintIcon appears at the end of the field, how can I move it next to the field label instead?
No description
1 Reply
toeknee
toeknee3mo ago
You cannot out of the box, you will need to add some custom css
.fi-fo-field-wrp > div > div.flex.items-center.gap-x-3.justify-between {justify-content: initial;}
.fi-fo-field-wrp > div > div.flex.items-center.gap-x-3.justify-between {justify-content: initial;}
Would do it, but you could but a class on the field with extraAttributes for. 'inline-label' to ensure the label is done the way you want on the specific fields.

Did you find this page helpful?