Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

feat(mdSelect): add select component #1562

Closed
wants to merge 7 commits into from
Closed

Conversation

marcysutton
Copy link
Contributor

This PR adds a more complete version of the mdSelect component, including keyboard and screen reader accessibility and unit test coverage. Some items outstanding:

  • Ensure component has an accessibility label
  • Documentation and demos outlined in select.js

Closes #276

@ajoslin ajoslin added the in progress Mainly for in progress PRs, but may be used for issues that require multiple PRs label Feb 19, 2015
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

// If not provided, we automatically make one
if (!labelEl.length) {
// Use the input as a label if there's an input inside.
if ( (labelEl = element.find('input')).length ) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rschmukler any idea what this is supposed to be doing? Why would there be an input inside of md-select?

@ThomasBurleson ThomasBurleson removed the in progress Mainly for in progress PRs, but may be used for issues that require multiple PRs label Feb 19, 2015
@marcysutton marcysutton deleted the wip-select-3 branch February 20, 2015 19:25
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.

mdSelect: Add select component
5 participants