Skip to content

Incorrect CSS Id selector for component arrays #57

@rcstuber

Description

@rcstuber

This will correctly produce a CSS selector as #foo-item:

<div id="foo-item"/>

This however will unexpectedly produce a CSS selector as #fooItem:

<div id="foo-item[]"/>

I would expect both to produce #foo-item

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions