lukas-frey / filament-icon-picker

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

Number of search results #9

Closed KaanTanis closed 1 year ago

KaanTanis commented 1 year ago

Hi, how can I set the number of results returned when a search is made? Currently showing up to 50 results. I want to show all results suitable for search. Thx, useful package.

lukas-frey commented 1 year ago

@KaanTanis Hi, the icon picker is just a wrapper around Filament's select field, so you can only configure what Selects allow. The selects don't allow that kind of configuration though.

This feature request https://github.com/LukasFreyCZ/filament-icon-picker/issues/3#issue-1407731972 might probably be what you're looking for, but I haven't gotten the time yet to implement it.