TextCount is a data type which wraps existing text data type controls and shows text counts and limits while you type.
How to use it
Create a new data type using the 'Text Count' property editor.
Next up, choose your options:
Save it, add it to a document type and your editors will now see the text counter displayed next to the input field.
How to install it
The recommended way to install this package is through NuGet:
Install-Package Codery.TextCount
But you can also download the package ZIP file and install it through the CMS package manager.
Release notes
v1.0.7
- Initial release.
v1.0.8
- Retargeted to .NET v4.5 for wider compatibility.
v1.0.9
- Fixed RTE initialisation bug.
v1.0.10
- Fixed directive order bug on older versions of Firefox.
v1.0.11
- Fixed conflicting package dependencies.
v1.0.12
- Added Dutch translations.
v1.0.14
- Fixed bugs when using it with an RTE data type.
v2.0.2
- Added Umbraco v8.1 compatibility.
v2.0.3
- Fix for RTE editors in Umbraco 8.2.x.
v2.0.4
- Fix for RTE editors in Umbraco 8.4.x.
v2.0.5
- Fix to return correct property type in PropertyValueConverter.
v2.1.0
- Change to store wrapped data type's GUID for better Umbraco Deploy compatibility.
v2.1.1
- Fixed bug with repeatable textstring property editor.