Patrick Wolfert
Patrick Wolfert
I discovered that Angular is mutating the web component `template.content` tree when it updates. This was really exciting news at first. The problem is that I can't use a `MutationObserver`...
A note on event binding: The only place it doesn't seem to work is in nested web components—because the original element that had the binding gets clobbered by the parent...
@tamara-corbalt, being able to detect changes would be vastly superior, but that is the very thing I can't seem to do. Take a look at the comments for [this commit](https://github.com/CMSgov/design-system/pull/3275/commits/f415f9a22f0af422dad789ba4e9ea619c88ff464)....
I want to put it down in writing here because this is a pretty good record of these problems we're working through: I've said recently that we likely wouldn't have...
> I'd be curious to see some research into whether other web component frameworks do support that scenario. Does Lit allow Angular to bind a click event listener to an...
@tamara-corbalt, that's exactly it! Well said.
@tamara-corbalt, @jack-ryan-nava-pbc, and @kim-cmsds, As per the discussion we had in the planning meeting, I've broken off the more experimental solutions into what will be a new pull request for...
Thanks for flagging this. We're currently working on a wholistic pattern and guidance on form validation, so we'll make sure to address this in that set of changes.
Yeah, it was purposely restricted to simplify designer options.