• Input Loading

Input Loading

Plugin information

by Argemiro Dias

Field

Input with option of spinner loading utilizing the 'lazy()' or 'debounce()' methods

Support

#input-loading on Discord

Views

2664

License

MIT

Documentation

Installation

You can install the package via composer:

composer require coringawc/filament-password-reveal

Usage

use CoringaWc\FilamentInputLoading\TextInput;

TextInput::make('input')->lazy()->...

or

TextInput::make('input')->debounce()->...