-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Country Flag Display after Updating filament-phone-input to v3.1.1 #55
Comments
Could you try this, clear your browser cache and check again php artisan vendor:publish --tag="filament-phone-input-assets" --force |
Try this way too. intl-tel-input can also have this problem when assets are updated. Therefore you need to make sure that the assets are pulled back into your project correctly. I don't seem to have a problem right now php artisan vendor:publish --tag="filament-phone-input-assets" --force ; php artisan filament:assets |
It helped solve my problem, thank you very much!
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After updating the
filament-phone-input
library from version 3.1.0 to 3.1.1, an issue has arisen with the display of country flags.Steps to Reproduce:
filament-phone-input
to version 3.1.1.Expected Behavior:
Country flags should display correctly.
Actual Behavior:
Country flags do not display correctly.
Screenshots:
Issue:

Correct Display:

Additional Information:
If changes in the
filament-phone-input.css
andfilament-phone-input.js
files are reverted, the flag display issue disappears, and they display correctly.The text was updated successfully, but these errors were encountered: