search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Unset keyboard focus on lost focus on scheduler component

Asked by Santor Schuddebeurs
1 month ago.

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?

Answer posted by Dan Letecky [DayPilot]
1 month ago.

In the latest sandbox build (2024.3.6000), there is now a new keyboard.clearFocus() method that will let you remove the focus.

Please let me know if it doesn’t work as expected.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.