open-wc / form-participation

Helper, mixins, tools, and more for supporting your custom elements in participating in an ancestor form.
MIT License
53 stars 7 forks source link

fix(form-control-mixin): changed value definition to prototype if the super is using prototype #18

Closed calebdwilliams closed 2 years ago

calebdwilliams commented 2 years ago

Fixes an issue where Lit complains about an instance property (via field) in dev mode.

calebdwilliams commented 2 years ago

Based on comments from Justin Fagnani this will need a refactor but I want to unblock anyone affected by this.