- Issue created by @sysosmaster
- Merge request !53Issue #3464345 by TR: [10.2] Drupal\Core\Database\Connection::nextId(), the... β (Open) created by sysosmaster
- πΊπΈUnited States tr Cascadia
Needs tests.
There are phpcs errors in the patch - see the testing output.
I would rather use something standard likeHtml::getUniqueId()
instead of a global variable.
See the related issues - π¬π§United Kingdom joehuggans Harrogate, UK
This is not an issue I don't think with the Webform module because it will prevent 2 fields having the same ID on the same page by adding a suffix i.e. id="url--2".
It looks like there is another issue open which would fix anyway - https://www.drupal.org/project/honeypot/issues/3134078 β¨ Conflicting name with other element(s) Needs review