Re: [w3c/webcomponents] Consider functional mixin pattern for form-associated custom elements (#812)

@annevk 

```js
class MyControl extends AriaDescribedByTargetMixin(FormAssociatedMixin(HTMLElement)) {

}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/812#issuecomment-490916670

Received on Thursday, 9 May 2019 13:59:49 UTC