4.9.0
API change.
Previously focusin
and focusout
listeners were applied by default to capture and focus
and blur
events bubbling up from children elements of a component.
With this release, you must this.$emit('vf:addFocusListeners');
in mounted
of your custom component to listen to focusin
and focusout
events.