Bug 1431041: Make placeholder apply to <input type="number">. r=smaug
MozReview-Commit-ID: GLbdLxHLiH4
This commit is contained in:
@@ -7026,7 +7026,7 @@ HTMLInputElement::PlaceholderApplies() const
|
||||
return false;
|
||||
}
|
||||
|
||||
return IsSingleLineTextControl(false);
|
||||
return IsSingleLineTextOrNumberControl(false);
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user