datocms / plugins

Repository providing samples using the Plugins SDK
MIT License
33 stars 47 forks source link

[character-counter]: Allow the addon to be added to field without validation #93

Closed RomainFrancony closed 1 year ago

RomainFrancony commented 1 year ago

Hi, as explained in #92, I made it possible for the addon to be added to a field without a length validation.

This could even be expanded in the future to be configurable with a "soft" limit, so the addon turn orange when reaching a configurated threshold.

Fix #92