dojo / widget-core

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

Update focus mixin #958

Open smhigley opened 6 years ago

smhigley commented 6 years ago

Type: feature

The following has been addressed in the PR:

Description:

Makes it possible to call focus in a more intuitive way, with this.focus('key'). It also handles having properties.focus set by a parent, allowing you to call this.focus('widgetChild') on children that use the FocusMixin.