Solutionunvalidated
You can listen for blur events on the outer wrapper using `slotProps.field.onBlur` — If the focus has moved outside, you can treat it as a real blur event. Tension: check if the new active element is still inside the same container.
98ba66b5-c1e1-4b70-b749-a2cbcb1133f6
You can listen for blur events on the outer wrapper using slotProps.field.onBlur — If the focus has moved outside, you can treat it as a real blur event. Tension: check if the new active element is still inside the same container.