Skip to content

md-prefix and md-suffix selectors should be camel-cased #2636

@0x-r4bbit

Description

@0x-r4bbit

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgenthelp wantedThe team would appreciate a PR from the community to address this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions