Modals and columnSpan() for form fields

Thought i could just do ->columnSpan(['default' => 2, 'lg' => 1 ]), but no dice as those sizes arent based on the parent element. Is there an Instance of or something that I could use instead to set set the columnspan specifically for use in a modal.
Solution
You could probably pass a parameter to the function that creates your form schema
Was this page helpful?