how to expand section when there is some validation error in the child component
I want to implement this feature in my plugin accordion
filament components has this feature when there is some errors in inputs inside the collapsed section or inactive tab they will be activated (the short video)
how I can implement that in my plugin!
or where I can find the source code for this part
dont know what to call it or what to search for,
checked the section.blade, but nothing clear to me
Solution:Jump to solution
so basically this how I solve it
```html
:x-on:form-validation-error.window="
$nextTick(() => {...
2 Replies