Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Filament Phone Input Laravel Package

ysfkaya/filament-phone-input

View on GitHub
Deep Wiki
Context7
v4.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v4.1.5...v4.2.0

v4.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v4.1.2...v4.1.3

v4.1.1
v4.1.0

What's Changed

  • Support for Filament v5

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v4.0.0...v4.1.0

v4.0.0

What's Changed

  • Stable version for support filament v4

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.2.2...v4.0.0

v3.2.3

What's Changed

  • Fixes with null check for input reference to prevent errors when input is not available

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.2.2...v3.2.3

v3.2.2

What's Changed

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.2.1...v3.2.2

v3.2.1

What's Changed

  • Compatibility issues

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.2.0...v3.2.1

v3.2.0

What's Changed

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.11...v3.2.0

v3.1.11

What's Changed

  • Fixed unmatched number format in propaganistas/laravel-phone

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.10...v3.1.11

v3.1.10

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.9...v3.1.10

3.1.9

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.8...v3.1.9

v2.3.8

What's Changed

  • Fixes libphonenumber enum issue

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.7...v2.3.8

v2.4.8

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.6...v2.4.8

3.1.7

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.6...v2.4.8

v3.1.6

What's Changed

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.5...v3.1.6

3.1.5

What's Changed

  • Fixed an issue where the associative values of PhoneEntry and PhoneColumn components were not showing up.
3.1.4

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.3...v3.1.4

3.1.3

What's New

  • Fixed an error clearing the input value when the state value is filled as empty.
  • Bump intl-tel-input version to 25.2.0

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.2...v3.1.3

3.1.2

What's Changed

  • Disabling country selection when input set disabled

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.1...v3.1.2

3.1.1

What's Changed

  • Fixed an issue regarding whether the input in the reactive state is disabled or not
  • Bump intl-tel-input version to 24.6.0

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.1.0...v3.1.1

3.1.0

What's Changed

  • Fixes #49 and upgraded latest version of the intl-tel-input

[!IMPORTANT] The flag images have been updated in the latest version of the intl-tel-input package. So you need to run

php artisan vendor:publish --tag="filament-phone-input-assets" --force



























Otherwise the flag images may not be reflected correctly.

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.0.2...v3.1.0

v3.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v3.0.0...v3.0.1

v2.3.6

What's Changed

  • Fixed affix actions #42

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.5...v2.3.6

v2.3.5

What's Changed

  • Fixed an issue triggering unsavedChangeAlerts event. #38
2.3.4

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.3...v2.3.4

2.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.2...v2.3.3

v2.3.1

What's Changed

  • Fixed an issue with instant detection of state change

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.0...v2.3.1

2.3.2

What's Changed

  • Fixed infinite recursion issue while using country state path.

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.3.1...v2.3.2

2.3.0

What's Changed

  • Updated to the latest version of the intl-tel-input library.
  • Renamed separateDialCode method to showSelectedDialCode. The separateDialCode method will be removed in a major version update.
  • Added autoInsertDialCode method. For details, see here.
  • Introduced a search input for countries with the new version. To hide this, the countrySearch method has been added.
  • Added formatAsYouType method.
  • This extension now publishes and utilizes flag icons available in the intl-tel-input library. Reading files via routes will be removed in the next major version.
  • Renamed PhoneInputColumn to PhoneColumn. This class will be removed in a major version update.
  • Added PhoneEntry class for use in InfoList.

Full Changelog: https://github.com/ysfkaya/filament-phone-input/compare/v2.2.2...v2.3.0

2.2.2

What's Changed

  • Accept an array to the validatedCountry property by @adesege #32
2.2.1

What's Changed

  • Fixed validateFor method by using int instead of string in $type parameter
2.2.0

What's Changed

  • Added showFlags option
  • Added useFullscreenPopupoption
2.1.2

What's Changed

  • Fixed form field ax-load issue on spa-mode by @ArtMin96 #26
2.1.1

What's Changed

2.1.0

What's Changed

  • Fixed error in phone number parse. #21
  • Added defaultCountry method
2.0.0

This version brings compatibility with Filament v3 and introduces a range of new features and improvements:

What's New

  • Full compatibility with Filament v3.
  • Comprehensive unit tests.
  • Thorough browser tests.
  • Separation of country area code into a dedicated state.
  • Introduction of a class for table building.
  • Implementation of a customizable validation method.
  • Extended usage beyond Filament.
  • Updated documentation.
  • Updated intl-tel-input version to v18.2.1
1.3.3

What's Changed

  • Fix #16
1.3.2

What's Changed

  • Fixes previous release
1.3.1

What's Changed

  • Adds IntlTelInputSelectedCountryCookie property to automatically set country in cookie.
1.3.0

What's Changed

  • Updated the dependencies for support Laravel 10
1.2.1

What's Changed

  • Fixed when entering value at the state watching
1.2.0

What's Changed

1.1.3

What's Changed

  • Fixed an issue where the state did not change when updating the value. #7
1.1.2

What's Changed

  • Fixed an issue where overflow of input dropdown. #3
1.1.1

What's Changed

  • Correction of js path in ServiceProvider.
1.1.0

What's Changed

  • Fixed issue with white background color where in dark mode. #4
1.0.1
  • Adds images folder
1.0.0
  • initial release
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui