-
Notifications
You must be signed in to change notification settings - Fork 3.4k
feat(autocomplete): add md-input-class binding. #11102
Conversation
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
CLAs look good, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! It LGTM. Just needs one minor doc improvement. Please rebase as well.
@@ -103,6 +103,7 @@ angular | |||
* @param {boolean=} md-autoselect If set to true, the first item will be automatically selected | |||
* in the dropdown upon open. | |||
* @param {string=} md-menu-class This will be applied to the dropdown menu for styling | |||
* @param {string=} md-input-class This will be applied to the input for styling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a note that this attribute is only valid when a md-floating-label
is defined?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this:
This will be applied to the input for styling. This attribute is only valid when a
md-floating-label
is defined.
@Splaktar rebase complete, documentation message updated. |
I waited the 1.1.8 version for this feature and it's not appended... Pff |
@xr0master does this mean you are waiting on me for something? What does "waited the version" mean? |
I think that he was just hoping that this PR got into 1.1.8. |
Thanks for updating. Looks good! Submitted for presubmit testing. |
PR Checklist
Please check that your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number:
What is the new behavior?
Works similarly to the md-menu-class binding.
Does this PR introduce a breaking change?
Other information
#10769 (comment)