Describe the bug
This package applies a blue-border style to an ember-power-select component when the ember-power-select-trigger--active class is applied. When an ember-power-select component is disabled, but still has the ember-power-select-trigger--active class applied, the blue border should not be displayed.
To Reproduce
Select an ember-power-select component
Observe that a blue border around the component is visible
Disable the ember-power-select component (e.g. programmatically)
Observe that while the component is disabled, the blue border is still visible
Expected behavior
When an ember-power-select component has the class ember-power-select-trigger--active , but is disabled, the blue 'active' border should not be shown.
Screenshots
Desktop (please complete the following information):
Describe the bug This package applies a blue-border style to an
ember-power-select
component when theember-power-select-trigger--active
class is applied. When anember-power-select
component is disabled, but still has theember-power-select-trigger--active
class applied, the blue border should not be displayed.To Reproduce
ember-power-select
componentember-power-select
component (e.g. programmatically)We managed to reproduce this bug while implementing the address-edit feature of the
ember-rdfa-editor-lblod-plugins
package. See related PR: https://github.com/lblod/ember-rdfa-editor-lblod-plugins/pull/307Expected behavior When an
ember-power-select
component has the classember-power-select-trigger--active
, but is disabled, the blue 'active' border should not be shown.Screenshots
Desktop (please complete the following information):