wc-catalogue / blaze-elements

Web Component Blaze Elements
https://wc-catalogue.github.io/blaze-elements/
MIT License
10 stars 4 forks source link

refactor(select): resolve open flag setting and dropdown rendering #225

Open Hotell opened 7 years ago

Hotell commented 7 years ago

Current behavior

currently select has set open to true by default, because we conditionally render the dropdown ( this resolves to FOUC and confusing updateCallback logic )

Expected behavior clean up updatedCallback and instead of dom removal consider hidding/showing dropdown via css hidden