Skip to content

Dataset dynamic properties are not hyphen exploded properly #432

@g105b

Description

@g105b

Example:

$element->dataset->quickExample = "test";

Should resolve to:

<div data-quick-example="test"></div>

but actually it looks like this:

<div data-quickexample="test"></div>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions