Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu-label values should allow spaces before a list item #5

Open
jthegedus opened this issue Apr 17, 2020 · 0 comments
Open

Menu-label values should allow spaces before a list item #5

jthegedus opened this issue Apr 17, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jthegedus
Copy link
Owner

Describe the bug

CSV values for select-menu-labels cannot have spaces following commas. Whitespace trimming after splitting on , should allow this.

Steps to reproduce

<!-- select-menu-labels: Operating System, Installation Method -->

produces two menus, with id's as:

<select id="operating-system">
...
<select id="-installation-method">

Expected behavior

Installation Method should not be prefixed by a hyphen -

Screenshots

Additional context

@jthegedus jthegedus added the bug Something isn't working label Apr 17, 2020
@jthegedus jthegedus self-assigned this Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant