Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the README description #102

Merged
merged 3 commits into from
Mar 11, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
A Select component based on the native html select.


Why a select component? Because `Ember.Select` is hard to use, and
really, all you want to do is just use a `<select>` tag dammit. The
only difference is that you want value of the options to be any object
and not just a string.
Why a select component? Because we've done the hard work and built a
select component for you. Sometimes all you want to do is just use a
`<select>` tag dammit. The only difference is that you want value of
the options to be any object and not just a string.
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Calling upon @tehviking for your words. Your words are the best. I could use your words here. I do not have the best words.

Copy link
Contributor

Choose a reason for hiding this comment

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

There are a lot of options out there for fancy dropdowns, but after spending many months writing them, we've learned you can't beat a native <select> for reliability, accessibility, and low cost of maintenance. <x-select> is a drop-in component to let you use any object for your selectable options. You can use it out of the box, or as a building block of something more ambitious.

The goal of <x-select> is to let you see how it works and style it right in your template, rather than passing in a ball of configuration or wrapping a hard-coded, inaccessible jQuery plugin.

Copy link
Contributor

Choose a reason for hiding this comment

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

@Robdel12 something like that. Feel free to edit.


## Installation

Expand Down