Problem/Motivation
If you select the empty option (i.e "-- Select --" by default) you are redirected to a 404, in my case /node/undefined because the option does not have a URL.
IMO it should be possible to hide this option altogether, this was possible in the D7 version. However, we should also just not redirect if there is no data-url attr.
Steps to reproduce
Select the "-- Select --" option.
Issue fork views_jump_menu-3380105
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
acbramley commentedComment #6
jcnventura