We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1314e commit 066c3d6Copy full SHA for 066c3d6
src/lib/input/input-container.ts
@@ -274,9 +274,7 @@ export class MdInputContainer implements AfterContentInit {
274
// Unique id for the hint label.
275
_hintLabelId: string = `md-input-hint-${nextUniqueId++}`;
276
277
- /**
278
- * Whether the placeholder should always float, never float or float as the user types.
279
- */
+ /** Whether the placeholder should always float, never float or float as the user types. */
280
@Input()
281
get floatingPlaceholder() { return this._floatingPlaceholder; }
282
set floatingPlaceholder(value: MD_INPUT_PLACEHOLDER_TYPES) {
0 commit comments