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