I ran into this problem again: Textarea's form errors are hidden
Although that issue marked as Closed (fixed) patch not applied (5.5.x-dev).
Why it could be?
Issue fork bootstrap_barrio-3291257
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
super_romeo commentedComment #4
super_romeo commentedI suggest to use
hook_preprocess()to add needed classes.This approach in attached patch.
Comment #7
hatuhay commented