- Issue created by @nick dewitte
- Merge request !35Use textarea instead of textfield to avoid input text length limit. → (Open) created by nick dewitte
- 🇧🇪Belgium nick dewitte
I've created a merge request for this.
Given the simplicity of the change, I don't think this has any impact on backwards compatibility. - 🇮🇳India vinodhini.e chennai
@nick dewitte,
Steps to Reproduce and Test the Fix
Installed the module on Drupal 11.2.2.
Replicated the issue where the error message is restricted to 128 characters.
Applied the patch from Merge Request !35.Re-tested by adding an error message longer than 128 characters. and its working fine.
Thanks.