F
Filament13mo ago
josef

Align TextInput and Toggle in Grid

Does anyone know of a way to align a TextInput and a Toggle in the same row? By default both get aligned to the top, but due to the different height, it looks bad. I have played around with adding additional tailwind classes to either the Grid or Toggle, but nothing seems to work.
2 Replies
Andrew Wallo
Andrew Wallo13mo ago
Don’t think you can align them if you are using inline for the toggle
ZedoX
ZedoX13mo ago
Use ->inline(false)