Problem/Motivation
The 'none' option for select form elements is prepended to the options list in various forms.
Steps to reproduce
Proposed resolution
Render '-- Select --' option as #empty_option, see https://git.drupalcode.org/project/drupal/-/blob/main/core/lib/Drupal/Co...
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork mailchimp_transactional-3614217
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 #3
idebr commentedThe merge request renders the '-- Select --' option as #empty_option
Comment #4
dieterholvoet commentedTested, doesn't seem to make a difference in the UI so all good for me.
Comment #6
dieterholvoet commented