tobimori / kirby-icon-field

🏷️ A simple Icon field plugin for Kirby CMS.
https://getkirby.com/plugins/tobimori/icon-field
MIT License
37 stars 3 forks source link

Search options #13

Open nilshoerrmann opened 9 months ago

nilshoerrmann commented 9 months ago

I found this treat in the plugin definition:

                /**
                 * Enable/disable the search in the dropdown
                 * Also limit displayed items (display: 20)
                 * and set minimum number of characters to search (min: 3)
                 */

It would be great to have this documented in the readme.

tobimori commented 9 months ago

You can use the same options as the multiselect field: https://getkirby.com/docs/reference/panel/fields/multiselect

nilshoerrmann commented 9 months ago

Oh really, cool! Thanks, I hadn't noticed!