Ionic version:
[x] 4.x
Describe the Feature Request
::placeholder style is not getting applied
https://codepen.io/indraraj26/pen/VweoQqe
Describe Preferred Solution
expose placeholder-font-size
Describe Alternatives
Related Code
Additional Context
Thanks for the issue. I am going to close this as this is not a bug in Ionic Framework. You need to target the inner input for this to work:
.test input::placeholder {
font-size: 5px;
}
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Most helpful comment
Thanks for the issue. I am going to close this as this is not a bug in Ionic Framework. You need to target the inner
inputfor this to work: