mdChips: when using a custom input, secondary-placeholder does not work
Bug, feature request, or proposal:
When using mdChips with a custom input (such as type="number" or type="email"), secondary-placeholder is not used when at least one item has been selected. I tried adding it both on the mdChips element itself, as well as the input. It would be nice if (for consistency) placeholder and secondary-placeholder attributes could be set on the main mdChips element and be transferred to the input.
What is the expected behavior?
After an item has been selected, the placeholder text should be updated to match the secondary-placeholder text.
What is the current behavior?
After an item has been selected, the placeholder text remains the same.
CodePen and steps to reproduce the issue:
https://codepen.io/caseyjhol/pen/ZvZgjN
Detailed Reproduction Steps:
- Add a number
- See that the placeholder text remains the same
Which versions of AngularJS, Material, OS, and browsers are affected?
AngularJS: 1.6.6 Material: 1.1.6 OS: Android 7.1.2 Browser: Chrome 63.0.3239.111
Thank you for submitting this issue. I tested this back to 1.0.0 and it doesn't appear to have worked at any point after that. So this doesn't look like a regression.