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

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

未关闭
#865 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
879
派生
327
PR 合并指标
30 天内没有已合并 PR

描述

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).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。