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 6062d90 commit cf9bedfCopy full SHA for cf9bedf
gwt-material/src/main/java/gwt/material/design/client/ui/MaterialDatePicker.java
@@ -628,7 +628,6 @@ public boolean isOpen() {
628
629
protected void select() {
630
label.addStyleName(CssName.ACTIVE);
631
- dateInput.addStyleName(CssName.VALID);
632
633
// Ensure the value change event is
634
// triggered on selecting a date if the picker is open
@@ -675,8 +674,6 @@ public void clear() {
675
674
// Clear all active / error styles on datepicker
676
clearErrorOrSuccess();
677
label.removeStyleName(CssName.ACTIVE);
678
- dateInput.removeStyleName(CssName.VALID);
679
-
680
}
681
682
protected void setPopupEnabled(boolean enabled) {
0 commit comments