adopted-ember-addons / adopted-ember-addons/ember-paper

paper-speed-dial incorrectly renders open after removing class 'hide'

Open
#865 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
879
Forks
327
PR merge metrics
No merged PRs in 30d

Description

If the class 'hide' is applied to the paper-speed-dial on **initial render** and then subsequently the 'hide' class is removed, the paper-speed-dial will be shown as opened. Initializing passed down open property from parent component to false does not help.

From user perspective, to close, user must click the FAB twice. Per the Ember inspector the first click sets the paper-speed-dial open property to true (speed-dial remains open), and the second click sets the open property to false (speed-dial closes).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.