custom-elements-everywhere icon indicating copy to clipboard operation
custom-elements-everywhere copied to clipboard

Add a test on event with colon in the name

Open just-boris opened this issue 3 years ago • 0 comments

There is a known issue with Angular and material-components-web: https://github.com/material-components/material-components-web/issues/4221

Angular template syntax uses colon as a special behavior and event with colon in the name do not work. This naming convention is pretty common and goes back to jQueryUI custom events names.

I believe it is important enough to be reflected in the test cases

just-boris avatar Mar 13 '21 10:03 just-boris