Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.04k stars 885 forks source link

navigate to tab when auto-focusing #5561

Closed pxpm closed 1 month ago

pxpm commented 1 month ago

WHY

BEFORE - What was wrong? What was happening before this PR?

Reported in https://github.com/Laravel-Backpack/CRUD/issues/4550

If you set auto_focus => true on a field that was not on the primary tab, an error would be raised.

AFTER - What is happening after this PR?

We check if field has tab, if it has we navigate to the tab before focusing on the field.