berlisuharmanto/contenteditable-input

Just a custom filament form field for whatever you need

v1.0.1 2025-02-24 12:08 UTC

This package is auto-updated.

Last update: 2025-05-06 01:13:45 UTC


README

Just a simple custom filament form field, it implements contenteditable html just like text input on chat apps. Made it because I tired of simple textarea and want to use this method in my projects.

example

Installation

You can install the package via composer:

composer require berlisuharmanto/contenteditable-input

Usage

ContenteditableInput::make('something')
    ->label('Something')
    ->placeholder('Write something ...')

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.