Open erikbjoern opened 9 months ago
This pull request proposes to include the actual event objects when emitting blur, focus, enter and space. This gives developers more control over side effects that may be triggered by those events.
blur
focus
enter
space
thanks @erikbjoern! could you help include the changes in the docs too, please? https://github.com/iamstevendao/vue-tel-input/blob/main/docs/usage/events.md
This pull request proposes to include the actual event objects when emitting
blur
,focus
,enter
andspace
. This gives developers more control over side effects that may be triggered by those events.