Closed (fixed)
Project:
Next.js Webform
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2022 at 15:57 UTC
Updated:
29 Dec 2022 at 18:39 UTC
Jump to comment: Most recent
Only select is using element['#title'] as name which makes it have values with capitalization and it's not consistent with the other elements.

Change name value to be ['#webform_key']
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2022-12-15 at 10.55.03 AM.png | 225.64 KB | hooroomoo |
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
hooroomooNoticed this when looking at the webform example tests in next-drupal the existing test that was searching for name='team' was failing because the library had it was name='Team' since Team was the title.
Comment #3
hooroomooComment #5
hooroomooComment #7
lauriiiGood catch! Merged 👍