Skip to content

4.9.0

Compare
Choose a tag to compare
@fergaldoyle fergaldoyle released this 01 May 16:12
· 28 commits to master since this release

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.