iamstevendao / vue-tel-input

International Telephone Input with Vue
https://iamstevendao.com/vue-tel-input/
MIT License
818 stars 342 forks source link

feat(vue-tel-input): emit event objects for standard events #442

Open erikbjoern opened 9 months ago

erikbjoern commented 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.

iamstevendao commented 9 months ago

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