In our web application, we use multiple scheduler components on the same page.
When a user interacts with one scheduler component, it receives focus and allows keyboard navigation.
However, we want to unset (or remove) the keyboard focus from the other scheduler components when this happens. How can we achieve this behavior?