frend / frend.co

Frend — A collection of accessible, modern front-end components.
http://frend.co
MIT License
633 stars 25 forks source link

Ensure components are structured in a way that properly supports multiple instance initialisation #42

Closed adamduncan closed 8 years ago

adamduncan commented 8 years ago

A few selectors are currently scoped based on document.querySelectorAll's not per component instance. Introduces issues when deferring initialisation of components, events, roles etc.