PHPackages                             berlisuharmanto/contenteditable-input - 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. berlisuharmanto/contenteditable-input

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

berlisuharmanto/contenteditable-input
=====================================

Just a custom filament form field for whatever you need

v1.0.1(1y ago)11.2k↓83.3%MITPHPPHP ^8.1CI failing

Since Feb 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/berlisuharmanto/contenteditable-input)[ Packagist](https://packagist.org/packages/berlisuharmanto/contenteditable-input)[ Docs](https://github.com/berlisuharmanto/contenteditable-input)[ GitHub Sponsors](https://github.com/berlisuharmanto)[ RSS](/packages/berlisuharmanto-contenteditable-input/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (12)Versions (3)Used By (0)

Just a custom filament form field for whatever you need
=======================================================

[](#just-a-custom-filament-form-field-for-whatever-you-need)

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](https://private-user-images.githubusercontent.com/75163521/416465714-b322a5f3-6c3c-4cb7-9a9e-efc789ab3a85.gif?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMwMDcwNDQsIm5iZiI6MTc4MzAwNjc0NCwicGF0aCI6Ii83NTE2MzUyMS80MTY0NjU3MTQtYjMyMmE1ZjMtNmMzYy00Y2I3LTlhOWUtZWZjNzg5YWIzYTg1LmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzAyVDE1MzkwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA4OWI5ZTlmM2Q1NmJjMzNjNDg5ZmY1ODFjNmQwOGFhZWRlZDAyZGNjNjhjMTE4MDJjNWY5MWI1MGFhZTQ1NWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRmdpZiJ9.Mu5uG9Xee_wTZxvmzorIln3aC9_HJA_XDpDXn90a3Is)](https://private-user-images.githubusercontent.com/75163521/416465714-b322a5f3-6c3c-4cb7-9a9e-efc789ab3a85.gif?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODMwMDcwNDQsIm5iZiI6MTc4MzAwNjc0NCwicGF0aCI6Ii83NTE2MzUyMS80MTY0NjU3MTQtYjMyMmE1ZjMtNmMzYy00Y2I3LTlhOWUtZWZjNzg5YWIzYTg1LmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MDIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzAyVDE1MzkwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA4OWI5ZTlmM2Q1NmJjMzNjNDg5ZmY1ODFjNmQwOGFhZWRlZDAyZGNjNjhjMTE4MDJjNWY5MWI1MGFhZTQ1NWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRmdpZiJ9.Mu5uG9Xee_wTZxvmzorIln3aC9_HJA_XDpDXn90a3Is)

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

[](#installation)

You can install the package via composer:

```
composer require berlisuharmanto/contenteditable-input
```

Usage
-----

[](#usage)

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

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Berli Suharmanto](https://github.com/berlisuharmanto)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance41

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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 ~0 days

Total

2

Last Release

495d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/75163521?v=4)[Berli Suharmanto](/maintainers/berlisuharmanto)[@berlisuharmanto](https://github.com/berlisuharmanto)

---

Top Contributors

[![berlisuharmanto](https://avatars.githubusercontent.com/u/75163521?v=4)](https://github.com/berlisuharmanto "berlisuharmanto (13 commits)")

---

Tags

laravelberlisuharmantocontenteditable-input

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/berlisuharmanto-contenteditable-input/health.svg)

```
[![Health](https://phpackages.com/badges/berlisuharmanto-contenteditable-input/health.svg)](https://phpackages.com/packages/berlisuharmanto-contenteditable-input)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[awcodes/richer-editor

A collection of extensions and tools to enhance the Filament Rich Editor field.

3912.9k9](/packages/awcodes-richer-editor)[rawilk/filament-password-input

Enhanced password input component for filament.

52263.4k14](/packages/rawilk-filament-password-input)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34226.4k13](/packages/schmeits-filament-character-counter)[biostate/filament-menu-builder

An Elegant Menu Builder for FilamentPHP

6528.1k2](/packages/biostate-filament-menu-builder)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1126.6k](/packages/codebar-ag-laravel-filament-json-field)

PHPackages © 2026

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