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 8932ce5 commit d74cefcCopy full SHA for d74cefc
src/lib/input/input-container.ts
@@ -266,9 +266,7 @@ export class MdInputContainer implements AfterContentInit {
266
}
267
private _hintLabel = '';
268
269
- /**
270
- * Whether the placeholder should always float, never float or float as the user types.
271
- */
+ /** Whether the placeholder should always float, never float or float as the user types. */
272
@Input()
273
get floatingPlaceholder() { return this._floatingPlaceholder; }
274
set floatingPlaceholder(value: MD_INPUT_PLACEHOLDER_TYPES) {
0 commit comments