Skip to content

Commit

Permalink
fix(text-field): add classes constant (#4608)
Browse files Browse the repository at this point in the history
  • Loading branch information
태재영 authored and Matt Goo committed Apr 17, 2019
1 parent 834e39c commit 22fa259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mdc-textfield/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ const cssClasses = {
DENSE: 'mdc-text-field--dense',
DISABLED: 'mdc-text-field--disabled',
FOCUSED: 'mdc-text-field--focused',
FULLWIDTH: 'mdc-text-field--fullwidth',
HELPER_LINE: 'mdc-text-field-helper-line',
INVALID: 'mdc-text-field--invalid',
NO_LABEL: 'mdc-text-field--no-label',
OUTLINED: 'mdc-text-field--outlined',
ROOT: 'mdc-text-field',
TEXTAREA: 'mdc-text-field--textarea',
WITH_LEADING_ICON: 'mdc-text-field--with-leading-icon',
WITH_TRAILING_ICON: 'mdc-text-field--with-trailing-icon',
};

const numbers = {
Expand Down

0 comments on commit 22fa259

Please sign in to comment.