Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focus Middleware #389

Merged
merged 7 commits into from
Jun 14, 2019
Merged

Focus Middleware #389

merged 7 commits into from
Jun 14, 2019

Conversation

agubler
Copy link
Member

@agubler agubler commented Jun 7, 2019

Type: feature

The following has been addressed in the PR:

Description:

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

The focus middleware 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.

Resolves #400

@agubler agubler changed the title [WIP] Focus Middleware Focus Middleware Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Focus Middleware
2 participants