Components: md-prefix and md-suffix selectors should be camel-cased

Created on 13 Jan 2017  路  2Comments  路  Source: angular/components

Bug, feature request, or proposal:

This is a leftover from moving from dash-cased to camel-cased directive names.

Currently it looks like this:

<md-input-container align="end">
  <input mdInput placeholder="amount">
  <span md-prefix>$&nbsp;</span>
  <span md-suffix>.00</span>
</md-input-container>

But it should be this:

<md-input-container align="end">
  <input mdInput placeholder="amount">
  <span mdPrefix>$&nbsp;</span>
  <span mdSuffix>.00</span>
</md-input-container>
P3 has pr help wanted

All 2 comments

We will need to support both selectors temporarily and then remove the dash-case versions in a subsequent release.

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vitaly-t picture vitaly-t  路  3Comments

kara picture kara  路  3Comments

michaelb-01 picture michaelb-01  路  3Comments

jelbourn picture jelbourn  路  3Comments

Miiekeee picture Miiekeee  路  3Comments