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

Bug: Uncaught TypeError: Cannot set properties of undefined (setting 'autoCountry') #28

Open Geovanek opened 1 month ago

Geovanek commented 1 month ago

After updating the plugin https://github.com/jackocnr/intl-tel-inputf to the latest version, the following error started to appear:

Uncaught TypeError: Cannot set properties of undefined (setting 'autoCountry')

After researching this field in the files and doing some tests, by commenting out the line in the modified file below, everything started working normally again.

Saifallak commented 2 weeks ago

having same issue, any updates on merging this ?