input[type=number] placeholder clipped in Firefox
See original GitHub issueThe placeholder is clipped in an input of type number in Firefox on Windows 10. This only happens with a class of form-control
.
Minimal working example with latest dev: https://codepen.io/anon/pen/NvRpgJ
Issue Analytics
- State:
- Created 6 years ago
- Comments:18 (12 by maintainers)
Top Results From Across the Web
:placeholder-shown - CSS: Cascading Style Sheets | MDN
The :placeholder-shown CSS pseudo-class represents any or element that is currently displaying placeholder text.
Read more >placeholder fully not visible for input type number on firefox ...
It's your border-box property. I'm not sure why it's happening on CodePen because it looks fine on JSBin and here on StackOverflow in...
Read more >::placeholder | CSS-Tricks - CSS-Tricks
The ::placeholder pseudo element (or a pseudo class, ... This is because, by default, all placeholders in Firefox have an opacity value ...
Read more >4.10.5 The input element - HTML Standard - WhatWG
The accept , alt , max , min , multiple , pattern , placeholder ... agent could offer the user the option of...
Read more >Placeholder text color contact form 7 - Betheme Support Forum
I changed the background to fixed because it cut off her face. ... :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@mdo don’t see this issue any other input type. its appear only in number type.
Works fine with Bootstrap v4.alpha-6: https://codepen.io/anon/pen/oezpKq