schmeits/filament-character-counter
## Fixed
- **characterLimit() is now a soft limit again** (#36): characterLimit() no longer enforces HTML maxlength or validation. Use maxLength() for hard enforcement, or combine both.
- Fixed test suite (removed obsolete BladeCaptureDirective dependency)
- Fixed PHPStan config (removed deprecated options)
RichEditor Character Counting - Complete refactor:
HasCharacterLimit Trait:
Tested and working in:
All components (TextInput, Textarea, RichEditor) working correctly in both versions.
Updated readme
First release Filament 4 version
New : Added French translation (thanks to @tgeorgel)
Fix: The showInsideControl was missing from the Textarea (Thanks @CharlieEtienne for the PR)
Updated:
Changed: Updated README with new RichEditor support
New: Added Arabi clanguage (thanks to Omar @devOMAR-2) New: Added RichEditor support
Fix: Respect maxLength in combination with characterLimit
fix: typo in translation for the dutch variant of characters
Fixed a bug if you use ->live() on the Fields, the counter would stutter and the character count was not correct.
Added the option to show the counter in the component (default is outside the component)
Fix: Placed helper in correct section
First release of the package
How can I help you explore Laravel packages today?