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 1efd8f9 commit 25ce808Copy full SHA for 25ce808
src/lib/input/input-container.ts
@@ -157,6 +157,7 @@ export class MdInputDirective {
157
(this.value == null || this.value === '') &&
158
// Check if the input contains bad input. If so, we know that it only appears empty because
159
// the value failed to parse. From the user's perspective it is not empty.
160
+ // TODO(mmalerba): Add e2e test for bad input case.
161
!this._isBadInput();
162
}
163
0 commit comments