Skip to content

Commit

Permalink
fix(text-field): Clicking label should focus textfield
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Mar 6, 2018
1 parent b9000a4 commit 3161801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-textfield/mdc-text-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
}

.mdc-floating-label {
pointer-events: none;
user-select: none;
}
}

Expand Down

0 comments on commit 3161801

Please sign in to comment.