- Issue created by @rmpereira
- 🇮🇳India libbna New Delhi, India
Hi @rmpereira I have understood the issue but can you please tell me where exactly the code change is required? So that I can looked into it ?
I think that since the resolution of the issue https://www.drupal.org/project/drupal/issues/3495881 🐛 Form cache causes issues with media library widget Active , this other fixed issue becomes invalid: https://www.drupal.org/project/drupal/issues/3320467 🐛 form_build_id is a hidden input field and therefore should not have the autocomplete attribute Needs work
This gives me an error during W3C validation, just to remind you:
<input autocomplete="off" data-drupal-selector="form-v8temxqitapn2hablkw4gfmqyls0f5pmiy9tcd3p5gy" type="hidden" name="form_build_id" value="form-V8tEmXQITAPn2hAblkW4gfMQYls0F5pmiy9tCd3P5GY" />
This is invalid HTML, as confirmed by the W3 HTML Validator:
An input element with a type attribute whose value is hidden must not have an autocomplete attribute whose value is on or off.
Active
11.1 🔥
forms system
Hi @rmpereira I have understood the issue but can you please tell me where exactly the code change is required? So that I can looked into it ?