cibernox / ember-power-select

The extensible select component built for ember.
http://www.ember-power-select.com
Other
540 stars 377 forks source link

System-wide config restricted in v4 #1361

Open ttill opened 4 years ago

ttill commented 4 years ago

The recipe "System-wide config" in the cookbook states that global config is possible using inheritance. However with most parameters being used as arguments in the template in v4, this is now only possible for a small subset of the supported arguments. For instance loadingMessage, also used as an example in the recipe, cannot be set globally anymore.

bxh commented 3 years ago

Is this issue fixed in 4.1.2? I cannot set searchEnabled globally as the cookbook showed.