Problem/Motivation
The weight selects in the tables need a label for accessibility. I attached a patch with a visually hidden label.

| Comment | File | Size | Author |
|---|---|---|---|
| CleanShot 2022-09-23 at 07.41.33.png | 63.63 KB | edmund.dunn |
Issue fork inline_entity_form-3311501
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
edmund.dunn commentedComment #3
geek-merlinCode looks straightforward. Setting NR so bot runs.
Comment #5
podaroktnx
Comment #7
geek-merlinBulk reopen.
Comment #10
dcam commentedI converted the patch from the OP into MR 97. I removed unrelated code formatting changes and also fixed the formatting of the code additions. I'm not quite done making changes yet.
Comment #11
dcam commentedThis change replicates what Drupal\Core\Field\WidgetBase does and has the exact same effect.
Comment #12
geek-merlinYup, replicating WidgetBase can not be too wrong. No-test is fine for this.
Comment #14
geek-merlinWoot!