dojo / widget-core

:rocket: Dojo 2 - widget authoring system.
http://dojo.io
Other
34 stars 39 forks source link

Feature: Focus Mixin #939

Closed agubler closed 6 years ago

agubler commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

FocusMixin builds on the primitive focus functionality provided by vdom and enables management of focus across widget boundaries.

The FocusMixin provides a function called shouldFocus that manages when a widget or their child widgets can apply focus, shouldFocus will only return true the first time it is called until focus is called again on the widget.