Select Auto-Complete
Provides a capability of auto-completed searching for results inside a select input field.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Usage
The API is exactly the same as with Nova's default Select
Field
Simply use SelectAutoComplete
class instead of Select
directly or alias it like the example below so you won't have to refactor too much existing code.