- Issue created by @jekuaitk
Providing a non-empty default value for email_body makes the settings saveable but at the cost of the requiredness.
On initial setup of automatic csv export settings cannot be saved if using email.
The following is reporting my browser console:
An invalid form control with name='email_body[value]' is not focusable.
I believe this is related to https://www.drupal.org/project/drupal/issues/2722319 🐛 s using Text Editor always fail HTML5 validation when "required" is added via #states Needs work . I currently have no fix.
Active
3.0
Code
Providing a non-empty default value for email_body makes the settings saveable but at the cost of the requiredness.