Closed jahilldev closed 2 years ago
When child HTML for a given components custom element contains attributes that are hyphentated (e.g, data-title), the parse functions were incorrectly removing the hyphenation, causing incorrect attribute keys to be applied once rendered.
data-title
This fixes that.
When child HTML for a given components custom element contains attributes that are hyphentated (e.g,
data-title
), the parse functions were incorrectly removing the hyphenation, causing incorrect attribute keys to be applied once rendered.This fixes that.