victorybiz / laravel-tel-input

Laravel Telephone Input component for Blade and Livewire based on the intl-tel-input JavaScript plugin.
https://github.com/victorybiz/laravel-tel-input
MIT License
40 stars 13 forks source link

Async load #14

Closed jbajou closed 2 years ago

jbajou commented 2 years ago

These changes enable loading the package in an async way to not block page load. It was a necessary change on our end as we load all js in an async way