Addepar / ember-widgets

https://opensource.addepar.com/ember-widgets/#/ember-widgets/overview
Other
288 stars 75 forks source link

Fix issue where the select does not always handle a change in the content array properly #250

Closed misquith closed 7 years ago

misquith commented 7 years ago

This is a minor change to the dependent properties of groupedContent so that it mirrors the dependent property list of preparedContent. Specifically that dependent property depends on the property as well as property.[]

Use case:

The content attribute is set an empty array and then immediately to a non empty array.

Bug: The select field does not show any content

misquith commented 7 years ago

@cyril-sf Added a test which fails if preparedContent is not specified as a dependent property on groupedContent. Please take a look

misquith commented 7 years ago

bump

misquith commented 7 years ago

bump