Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 782 Bytes

File metadata and controls

32 lines (21 loc) · 782 Bytes
title Introduction
description Filament Searchable Input is a Laravel package that allows you to insert a searchable autocomplete input for Filament in your form
navigation.title Introduction

[replace:badges]

Filament Searchable Input is a Laravel package that allows you to insert a searchable autocomplete input for Filament in your form

SearchableInput::make('description')
    ->options([
        'Lorem ipsum dolor',
        'Aspernatur labore qui fugiat',
        'Dolores tempora libero assumenda',
        'Qui rem voluptas officiis ut non', 
        //..         
    ])

[replace:full-source-code]

[replace:powered-by]