PHPackages                             devpartners/typeahead-filter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. devpartners/typeahead-filter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

devpartners/typeahead-filter
============================

A Laravel Nova select filter with typeahead.

v0.0.2(4y ago)4116.9k↑150%8[1 PRs](https://github.com/dev-partners/laravel-nova-typeahead-filter/pulls)MITVuePHP &gt;=7.1.0

Since Feb 28Pushed 3y agoCompare

[ Source](https://github.com/dev-partners/laravel-nova-typeahead-filter)[ Packagist](https://packagist.org/packages/devpartners/typeahead-filter)[ RSS](/packages/devpartners-typeahead-filter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Laravel Nova Typeahead Filter
=============================

[](#laravel-nova-typeahead-filter)

This package provides an easy-to-setup searchable select filter for Laravel Nova resources.

Installation
------------

[](#installation)

Install via composer:

```
$ composer require devpartners/typeahead-filter
```

Using in Laravel Nova
---------------------

[](#using-in-laravel-nova)

After the package has been installed with Composer, simply create a new Nova filter or change an existing filter to use the typeahead-filter component. Refer to the [Nova docs](https://nova.laravel.com/docs/2.0/filters/defining-filters.html#defining-filters) for help with creating a new filter.

```
namespace App\Nova\Filters;

use Illuminate\Http\Request;
use Laravel\Nova\Filters\Filter;

class IndustryFilter extends Filter
{
    /**
     * The filter's component.
     *
     * @var string
     */
    public $component = 'typeahead-filter';
```

Refresh your browser or navigate to your resource's index page to start using your typeahead select filter.

[![demo](docs/demo.gif)](docs/demo.gif)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~494 days

Total

2

Last Release

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d685b9f7b9ff27dad6c89edb9a345ecc9d988df6349f60a5221175463522b567?d=identicon)[devpartners](/maintainers/devpartners)

---

Top Contributors

[![recycledbeans](https://avatars.githubusercontent.com/u/13002230?v=4)](https://github.com/recycledbeans "recycledbeans (6 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/devpartners-typeahead-filter/health.svg)

```
[![Health](https://phpackages.com/badges/devpartners-typeahead-filter/health.svg)](https://phpackages.com/packages/devpartners-typeahead-filter)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
