Ayz
columnSpan not working as expected @ smaller screen sizes
To give a little detail: to achieve my responsive goals from default to XL screen size, I had to ->columns(12).
Yet with
['default' => 12...]
, the fields were overflowing right out of the repeater's outlined border (and that of the form itself) on my mobile phone. So I resorted to a hack:
['default' => 10...]
(despite it being a 12 column repeater) and it worked...until resizing further down using dev tools; likely not a size anyone would see anyway.
Still, is there not a setting to make the fields always respect borders by wrapping where necessary?15 replies
columnSpan not working as expected @ smaller screen sizes
Ok but then what explains the uneven sizing in screen B? The space in the fields for sure can contain many characters when you look at it viz-a-viz the one-letter label above each field.
15 replies
Clicking 'view' on resource with hasMany relations manager should not open in modal
Nope, seems I can't manually make a 'create' page like done for 'view'. How can I troubleshoot this issue? The Pages subfolder under the Resource folder has a CreateInvoice.php. why does it return 404 not found error?
6 replies
Clicking 'view' on resource with hasMany relations manager should not open in modal
Thanks, missed this. But now after doing it, the create stopped working. Gives 404 not found. So I will try to manually create but is this normal or something else must be wrong with my set up?
6 replies