Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Adds a deprecation guide section about Ember.Select #2201

Merged
merged 1 commit into from
Jun 11, 2015

Conversation

bantic
Copy link
Member

@bantic bantic commented Jun 10, 2015

A short explanation of why Ember.Select is deprecated and notes on how modern Ember provides features that allow one to create the functionality of Select without the problematic aspects of Ember.Select. Links to a jsbin showing a my-select component, a jsbin demonstrating usage of select without a component (but with Improved Actions) and links to Ember Observer's category page for "select" and the emberx-select addon) as migration suggestions.

cc @mixonic
For #2256

@rwjblue
Copy link
Member

rwjblue commented Jun 10, 2015

LGTM

@bantic
Copy link
Member Author

bantic commented Jun 10, 2015

thanks! Please hold off on merging, I am going to re-tool the jsbin for clarity

@bantic bantic force-pushed the add-ember-select-deprecation-guide branch from 403c829 to df479d5 Compare June 11, 2015 15:26
@bantic bantic force-pushed the add-ember-select-deprecation-guide branch from df479d5 to 85a4bd9 Compare June 11, 2015 15:29
{{my-select content=myItems action=(action (mut mySelectedItem))}}
```

A more complete example of a `select` component that mimics the features of the deprecat Ember.Select is [available in this jsbin](http://emberjs.jsbin.com/fotuqa).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deprecated Ember.Select

mixonic added a commit that referenced this pull request Jun 11, 2015
Adds a deprecation guide section about Ember.Select
@mixonic mixonic merged commit b15b559 into emberjs:master Jun 11, 2015
@mixonic
Copy link
Member

mixonic commented Jun 11, 2015

Fixed that line in a commit to master.

@bantic bantic deleted the add-ember-select-deprecation-guide branch June 11, 2015 16:21
@rwjblue
Copy link
Member

rwjblue commented Jun 11, 2015

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants