lukas-frey / filament-icon-picker

An icon picker field for Filament
MIT License
101 stars 20 forks source link

Fix breaking changes from upstream Select class in IconPicker.php #17

Closed rmclain closed 6 months ago

rmclain commented 6 months ago

There were breaking changes in Filament 3.1.22 which changed the method signature in the Select class. This updates the signature to match in the IconPicker class.