We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381f5fd commit 5625527Copy full SHA for 5625527
src/main/java/gwt/material/design/client/ui/MaterialTextBox.java
@@ -78,8 +78,6 @@ protected void onAttach() {
78
customLabel.getElement().setAttribute("for", name);
79
}
80
81
-
82
83
public void setInvalid() {
84
backToDefault();
85
txtBox.getElement().addClassName("invalid");
@@ -98,6 +96,7 @@ public void setValid() {
98
96
public void clear() {
99
97
txtBox.setText("");
100
+ customLabel.removeStyleName("active");
101
102
103
public void backToDefault() {
0 commit comments